better status line again yoclear; git add .; git status

This commit is contained in:
ManjaroOne666 2018-03-15 17:25:40 +00:00
parent d66f6db6b5
commit 93c6752bc0
1 changed files with 2 additions and 2 deletions

4
vimrc
View File

@ -316,10 +316,10 @@ function! GetStatus(isactive)
let l:statusline.=' %*' let l:statusline.=' %*'
"}}} "}}}
" modified flag {{{ " modified flag {{{
let l:statusline.='%#StatusLineMod#%M' . l:separator . ' %*' let l:statusline.='%#StatusLineMod#%M' . l:separator . '%*'
"}}} "}}}
" file percentage{{{ " file percentage{{{
let l:statusline.='%#InterfaceNormalDark# %P %*' let l:statusline.='%#InterfaceNormalDark#%P%*'
return l:statusline return l:statusline
endfunction endfunction
"}}} "}}}