mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-01-24 06:30:03 +08:00
3ac76a0ca8
Fix up Fix up Fix up Fix rtp Update project layout Fix colorscheme layer Add colorsheme close #1308 Close #1307 Set default fillchars Move cache to cache Disable lang layer Remove layers Fix crash ref : https://github.com/neovim/neovim/issues/7876 Fix plugin manager Filter same filename:linenumber in flygrep Fix type
7 lines
211 B
Plaintext
7 lines
211 B
Plaintext
Execute ( SpaceVim api: SpaceVim main code ):
|
|
source init.vim
|
|
SPInstall
|
|
exe "func! Close() \n qa! \n endf"
|
|
call timer_start(2000, 'Close')
|
|
AssertEqual fnamemodify(g:_spacevim_root_dir, ':.'), 'config'
|