1
0
Fork 0
mirror of synced 2024-06-20 07:51:10 -04:00

Merge pull request #189 from jpescador/patch-1

Adding column number to status line
This commit is contained in:
Amir Salihefendic 2016-05-14 17:08:38 +01:00
commit 6defcf668b

View file

@ -270,7 +270,7 @@ au BufReadPost * if line("'\"") > 1 && line("'\"") <= line("$") | exe "normal! g
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
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""