commit f62be53907719efbce9eb61e8ef5ece382b76714 parent d659ee18ff606d5a437d4b8d90df5a558f13a9be Author: Ed van Bruggen <edvb@uw.edu> Date: Tue, 8 Jan 2019 00:04:57 -0800 vim: Fix column number to count tabs correctly Diffstat:
vimrc | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/vimrc b/vimrc @@ -284,9 +284,9 @@ set statusline+=\ %{g:Catium()} set statusline+=\ %= " move to right side -set statusline+=%#SLcyan#%p%% " column -set statusline+=%#SLgreen#\ %c " percent of file -set statusline+=%#SLblue#\ %l/%L " line/total lines +set statusline+=%#SLcyan#%p%% " percent of file +set statusline+=%#SLgreen#\ %v " column +set statusline+=%#SLblue#\ %l/%L " current line/total lines set statusline+=%#ErrorMsg#%{SyntasticStatuslineFlag()} " Syntastic Error " mapping{{{1