From ffbbd433c1176c561ca1edca63ba47a1b1da01fb Mon Sep 17 00:00:00 2001 From: nojhan Date: Sun, 6 Jan 2013 09:14:36 +0100 Subject: [PATCH] do not use fugitive --- .vimrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vimrc b/.vimrc index 4edc69a..174e57b 100644 --- a/.vimrc +++ b/.vimrc @@ -133,7 +133,8 @@ au VimEnter * echomsg system('/usr/games/fortune vimtweets') set laststatus=2 " always show the statusline, even when there is only one file edited if has("statusline") - set statusline=\ %f%m%r\ [%{strlen(&ft)?&ft:'aucun'},%{strlen(&fenc)?&fenc:&enc},%{&fileformat},ts:%{&tabstop}]%{fugitive#statusline()}%=%l,%c%V\ %P + "set statusline=\ %f%m%r\ [%{strlen(&ft)?&ft:'aucun'},%{strlen(&fenc)?&fenc:&enc},%{&fileformat},ts:%{&tabstop}]%{fugitive#statusline()}%=%l,%c%V\ %P + set statusline=\ %f%m%r\ [%{strlen(&ft)?&ft:'aucun'},%{strlen(&fenc)?&fenc:&enc},%{&fileformat},ts:%{&tabstop}]%=%l,%c%V\ %P elseif has("cmdline_info") set ruler " show current line and column number endif