1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-22 17:05:42 +08:00

fix(ctrlg): hide sep if project_name is empty

This commit is contained in:
wsdjeg 2022-04-11 23:11:21 +08:00
parent ca969ce065
commit bd505c2ac3

View File

@ -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