From: Simon Ruderich Date: Tue, 29 Apr 2014 13:33:52 +0000 (+0200) Subject: vimrc: minor statusline cleanup X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;ds=inline;h=e68ab201d8e682ac4d5b7f93d293c920c078e116;p=config%2Fdotfiles.git vimrc: minor statusline cleanup --- diff --git a/vimrc b/vimrc index df56e12..26c4f5f 100644 --- a/vimrc +++ b/vimrc @@ -449,10 +449,10 @@ if has('statusline') set statusline+=: if has('modify_fname') && v:version >= 700 " some functions need 7.0 set statusline+=%{SRF()} " path to current file - set statusline+=\ " space after path else - set statusline+=%f\ " path to current file in buffer + set statusline+=%f " path to current file in buffer endif + set statusline+=\ " space after path set statusline+=%h " [help] if buffer is help file set statusline+=%w " [Preview] if buffer is preview buffer set statusline+=%m " [+] if buffer was modified,