vimrc: use virtual column number in status line
This commit is contained in:
2
vimrc
2
vimrc
@@ -274,7 +274,7 @@ function! GetMode()
|
|||||||
return get(g:mode_map, mode(), mode())
|
return get(g:mode_map, mode(), mode())
|
||||||
endfunction
|
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
|
"set statusline=%y
|
||||||
|
|
||||||
" Always show the status line
|
" Always show the status line
|
||||||
|
Reference in New Issue
Block a user