mirror of
https://github.com/NaomiAmethyst/dots.git
synced 2025-04-13 09:30:06 +00:00
use virtual column numbers instead of real ones
This commit is contained in:
parent
3c1ca30f67
commit
e7fd9d9270
1 changed files with 1 additions and 1 deletions
2
vimrc
2
vimrc
|
@ -109,7 +109,7 @@ endif
|
|||
set laststatus=2
|
||||
set shortmess=atI
|
||||
if has('statusline')
|
||||
set statusline=%<%F\ %r[%{&ff}]%y%m\ %=\ Line\ %l\/%L\ Col:\ %c\ (%P)
|
||||
set statusline=%<%F\ %r[%{&ff}]%y%m\ %=\ Line\ %l\/%L\ Col:\ %v\ (%P)
|
||||
endif
|
||||
|
||||
" Enable modelines only on secure vim
|
||||
|
|
Loading…
Add table
Reference in a new issue