remove fugitive from statusline

This commit is contained in:
2014-02-25 22:56:05 -05:00
parent e4e9f080ad
commit 4687e157b5
+1 -1
View File
@@ -285,7 +285,7 @@ set viminfo^=%
set laststatus=2
" Format the status line
set statusline=\ %{HasPaste()}%F%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l/%L\ [%P]\ M%m\ %{fugitive#statusline()}%=%-5y\ %-5{&ff}
set statusline=\ %{HasPaste()}%F%r%h\ %w\ \ CWD:\ %r%{getcwd()}%h\ \ \ Line:\ %l/%L\ [%P]\ M%m\ %=%-5y\ %-5{&ff}
set cpoptions+=$
"""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""