vimrc: use virtual column number in status line

This commit is contained in:
2019-07-12 08:57:17 +02:00
parent 1d22d27f23
commit 744da95491

2
vimrc
View File

@@ -274,7 +274,7 @@ function! GetMode()
return get(g:mode_map, mode(), mode())
endfunction
set statusline=%{GetMode()}\ \ \ \ %.20f\ %m\ %r%=%c\ %l\/%L\ \(%2p%%\)\ %y
set statusline=%{GetMode()}\ \ \ \ %.20f\ %m\ %r%=%v\ %l\/%L\ \(%2p%%\)\ %y
"set statusline=%y
" Always show the status line