mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-09 16:40:05 +08:00
Fix SPC p k
This commit is contained in:
parent
7468d6ec12
commit
34a8e22936
@ -61,7 +61,7 @@ function! SpaceVim#plugins#projectmanager#kill_project() abort
|
|||||||
\ 'expr' : [
|
\ 'expr' : [
|
||||||
\ 'buflisted(v:val)',
|
\ 'buflisted(v:val)',
|
||||||
\ 'index(tabpagebuflist(), v:val) == -1',
|
\ 'index(tabpagebuflist(), v:val) == -1',
|
||||||
\ 'getbufvar(v:val, "_spacevim_project_name") == ' . name,
|
\ 'getbufvar(v:val, "_spacevim_project_name") == "' . name . '"',
|
||||||
\ ],
|
\ ],
|
||||||
\ 'do' : 'bd %d'
|
\ 'do' : 'bd %d'
|
||||||
\ }
|
\ }
|
||||||
|
Loading…
Reference in New Issue
Block a user