mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-23 13:10:04 +08:00
Update cn wiki
This commit is contained in:
parent
0c49661e86
commit
0bf834be8e
@ -7,6 +7,8 @@
|
||||
"docs/cn/*.cmd": {"alternate": "docs/{}.cmd"},
|
||||
"wiki/en/Project-layout.md": {"alternate": "wiki/cn/Project-layout.md"},
|
||||
"wiki/cn/Project-layout.md": {"alternate": "wiki/en/Project-layout.md"},
|
||||
"wiki/en/Following-HEAD.md": {"alternate": "wiki/cn/Following-HEAD.md"},
|
||||
"wiki/cn/Following-HEAD.md": {"alternate": "wiki/en/Following-HEAD.md"},
|
||||
"docs/_posts/2017-02-11-use-vim-as-a-java-ide.md": {"alternate": "docs/_posts/2018-09-19-use-vim-as-a-java-ide.md"},
|
||||
"docs/_posts/2018-09-19-use-vim-as-a-java-ide.md": {"alternate": "docs/_posts/2017-02-11-use-vim-as-a-java-ide.md"},
|
||||
"docs/_posts/2018-09-27-use-vim-as-a-python-ide.md": {"alternate": "docs/_posts/2018-09-28-use-vim-as-a-python-ide.md"},
|
||||
|
@ -10,6 +10,7 @@
|
||||
- Add layer option for autocomplete layer ([#2236](https://github.com/SpaceVim/SpaceVim/pull/2236))
|
||||
- Add function for customizing searching tools ([#2235](https://github.com/SpaceVim/SpaceVim/pull/2235))
|
||||
- Add `lang#scheme` layer ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2248))
|
||||
- Add log for bootstrap function ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2323))
|
||||
|
||||
### 功能改进
|
||||
|
||||
@ -23,6 +24,9 @@
|
||||
|
||||
### 问题修复
|
||||
|
||||
- Do not load matchup in old version ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2324))
|
||||
- Ctrlp support in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2325))
|
||||
|
||||
### 移除的功能
|
||||
|
||||
### 文档、wiki 及官网变动
|
||||
|
@ -25,6 +25,7 @@ The next release is v1.0.0.
|
||||
### Fixed
|
||||
|
||||
- Do not load matchup in old version ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2324))
|
||||
- Ctrlp support in windows ([#2248](https://github.com/SpaceVim/SpaceVim/pull/2325))
|
||||
|
||||
### Removed
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user