diff options
author | June McEnroe <programble@gmail.com> | 2012-01-22 13:33:12 -0500 |
---|---|---|
committer | June McEnroe <programble@gmail.com> | 2012-01-22 13:34:03 -0500 |
commit | 659339db6b5d53fa8ea9f2c23de4d67aaf021766 (patch) | |
tree | 2b67b78703fd1e7b9d883e939e884483f4522223 | |
parent | Disable powerline for now (diff) | |
download | src-659339db6b5d53fa8ea9f2c23de4d67aaf021766.tar.gz src-659339db6b5d53fa8ea9f2c23de4d67aaf021766.zip |
Revert "Add VCS repo directories to wildignore"
This reverts commit 41cb1db33ba7b64d8af63bf55bb82f7e8a617518. This fixes not being able to commit with vim-fugitive
Diffstat (limited to '')
-rw-r--r-- | .vimrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc index dcbd9082..b50e63a1 100644 --- a/.vimrc +++ b/.vimrc @@ -66,7 +66,7 @@ autocmd FileType cpp setlocal sw=4 " Better tab-complete when opening set wildmenu set wildmode=list:longest -set wildignore=*.o,*.d,*~,*/.git/*,*/.hg/*,*/.svn/* +set wildignore=*.o,*.d,*~ " Smarter % runtime macros/matchit.vim |