mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-02 23:00:04 +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)
|
||||
echohl Constant | echo project_name
|
||||
echohl WarningMsg | echon " >> "
|
||||
endif
|
||||
echohl WarningMsg | echon " >> "
|
||||
echohl Special | echon pwd
|
||||
echohl WarningMsg | echon " >> "
|
||||
echohl Directory | echon file
|
||||
|
Loading…
Reference in New Issue
Block a user