Fix ctrlp settings that conflict with Fugitive [closes #18]

This commit is contained in:
yan
2012-01-26 12:23:08 -08:00
parent c0119dc3b5
commit 2e9fc1da72
2 changed files with 3 additions and 1 deletions

1
vimrc
View File

@@ -86,7 +86,6 @@ set nofoldenable "dont fold by default
set wildmode=list:longest
set wildmenu "enable ctrl-n and ctrl-p to scroll thru matches
set wildignore=*.o,*.obj,*~ "stuff to ignore when tab completing
set wildignore+=*/.git/*,*/.hg/*,*/.svn/*
set wildignore+=*vim/backups*
"