mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-22 08:45:42 +08:00
fix(ctrlg): hide sep if project_name is empty
This commit is contained in:
parent
ca969ce065
commit
bd505c2ac3
@ -30,8 +30,8 @@ function! SpaceVim#plugins#ctrlg#display() abort
|
|||||||
|
|
||||||
if !empty(project_name)
|
if !empty(project_name)
|
||||||
echohl Constant | echo project_name
|
echohl Constant | echo project_name
|
||||||
|
echohl WarningMsg | echon " >> "
|
||||||
endif
|
endif
|
||||||
echohl WarningMsg | echon " >> "
|
|
||||||
echohl Special | echon pwd
|
echohl Special | echon pwd
|
||||||
echohl WarningMsg | echon " >> "
|
echohl WarningMsg | echon " >> "
|
||||||
echohl Directory | echon file
|
echohl Directory | echon file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user