statusline spacing
This commit is contained in:
parent
137ec00005
commit
0c1497ad42
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
|
@ -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"
|
||||
|
||||
"}}}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue