diff options
Diffstat (limited to '.vimrc')
| -rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -192,7 +192,7 @@ call <SID>StatusLineHighlights() " ignored on subsequent 'so $MYVIMRC' calls to prevent " active buffer statusline from being 'blurred'. if has('vim_starting') - let &statusline = ' %{StatusLineFilename()}%= %l:%c ' + let &statusline = ' %F%= %l:%c ' endif augroup vimrc |
