statusline spacing

This commit is contained in:
ManjaroOne666 2018-03-17 22:12:16 +00:00
parent 137ec00005
commit 0c1497ad42
1 changed files with 1 additions and 1 deletions

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"
"}}}