statusline tweaks
This commit is contained in:
parent
0c1497ad42
commit
fb5beeb4ca
4
vimrc
4
vimrc
|
@ -273,9 +273,9 @@ function! GetStatus(isactive)
|
|||
|
||||
|
||||
if a:isactive
|
||||
let l:statusline.=l:active . ' %q%h%w%#StatusLineActiveNoText#'
|
||||
let l:statusline .= l:active . "%{&buftype == '' ? '' : ' '}%q%h%w%#StatusLineActiveNoText#"
|
||||
else
|
||||
let l:statusline.=l:normal . ' %q%h%w%#StatusLineNormalNoText#'
|
||||
let l:statusline .= l:normal . "%{&buftype == '' ? '' : ' '}%q%h%w%#StatusLineNormalNoText#"
|
||||
endif
|
||||
let l:statusline .= "%{&buftype == '' ? '' : ' '}%s"
|
||||
|
||||
|
|
Loading…
Reference in New Issue