Merge d9000c9221 into 30f8aa48c9
This commit is contained in:
commit
7688a65ce5
|
|
@ -50,6 +50,9 @@ set history=500
|
|||
filetype plugin on
|
||||
filetype indent on
|
||||
|
||||
" Enable line numbers
|
||||
set number
|
||||
|
||||
" Set to auto read when a file is changed from the outside
|
||||
set autoread
|
||||
|
||||
|
|
@ -280,7 +283,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:%c
|
||||
|
||||
|
||||
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
|
||||
|
|
|
|||
Loading…
Reference in New Issue