1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-01-23 17:50:04 +08:00

Update wiki

This commit is contained in:
Shidong Wang 2018-12-16 13:30:20 +08:00
parent 6a4c7768e6
commit 40c64edc15
3 changed files with 2 additions and 4 deletions

View File

@ -38,10 +38,6 @@ function! s:spacevim_status() abort
endif
endfunction
function! Test() abort
return s:spacevim_status()
endfunction
function! s:template() abort
let info = [
\ '<!-- please remove the issue template when request for a feature -->',

View File

@ -18,6 +18,7 @@
- Update runtime log for startup ([#2219](https://github.com/SpaceVim/SpaceVim/pull/2219))
- Add doc for how run run spacevim in docker ([#2238](https://github.com/SpaceVim/SpaceVim/pull/2238))
- Improve error key bindings ([#2336](https://github.com/SpaceVim/SpaceVim/pull/2336))
- Improve spacevim debug info ([#2349](https://github.com/SpaceVim/SpaceVim/pull/2349))
### 非兼容性变动

View File

@ -18,6 +18,7 @@ The next release is v1.0.0.
- Update runtime log for startup ([#2219](https://github.com/SpaceVim/SpaceVim/pull/2219))
- Add doc for how run run spacevim in docker ([#2238](https://github.com/SpaceVim/SpaceVim/pull/2238))
- Improve error key bindings ([#2336](https://github.com/SpaceVim/SpaceVim/pull/2336))
- Improve spacevim debug info ([#2349](https://github.com/SpaceVim/SpaceVim/pull/2349))
### Changed