diff --git a/vimrcs/basic.vim b/vimrcs/basic.vim index 664e7e6f..35d24f7a 100644 --- a/vimrcs/basic.vim +++ b/vimrcs/basic.vim @@ -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 """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""