mirror of
1
0
Fork 0

Adding column number to status line

This commit is contained in:
Julio Pescador 2016-04-26 13:04:59 -07:00
parent 5f6aa8fe09
commit 10ed7781d1
1 changed files with 1 additions and 1 deletions

View File

@ -275,7 +275,7 @@ endtry
set laststatus=2
" Format the status line
set statusline=\ %{HasPaste()}%F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l
set statusline=\ %{HasPaste()}%F%m%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l\ \ Column:\ %c
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""