diff --git a/vimrc b/vimrc index 61f9e30..8a34abc 100644 --- a/vimrc +++ b/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" "}}}