separator better

This commit is contained in:
ManjaroOne666 2018-05-14 11:07:53 +01:00
parent 3ae60db0d2
commit 9454c60e74
1 changed files with 1 additions and 3 deletions

View File

@ -79,9 +79,7 @@ function! GetStatus(isactive) "{{{
let l:statusline.= l:separator . '%*%='
if !a:isactive
let l:statusline .= ' '
endif
let l:statusline .= ' '
"}}}