1
0
Fork 0
mirror of synced 2024-05-27 12:31:12 -04:00

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

View file

@ -275,7 +275,7 @@ endtry
set laststatus=2 set laststatus=2
" Format the status line " 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
""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""" """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""