statusline spacing

This commit is contained in:
ManjaroOne666 2018-03-17 22:12:16 +00:00
commit 0c1497ad42

2
vimrc
View file

@ -277,7 +277,7 @@ function! GetStatus(isactive)
else
let l:statusline.=l:normal . ' %q%h%w%#StatusLineNormalNoText#'
endif
let l:statusline .= "%{&buftype == '' ? '' : ' '}%s "
let l:statusline .= "%{&buftype == '' ? '' : ' '}%s"
"}}}