summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.vimrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.vimrc b/.vimrc
index 4ac781b..059c2e8 100644
--- a/.vimrc
+++ b/.vimrc
@@ -304,7 +304,7 @@ call unite#custom#profile('default', 'context',
\ 'start_insert' : '1'})
call unite#sources#rec#define()
-call unite#custom#source('file_rec/async,file_mru,file,buffer,grep', 'ignore_pattern', 'blib/\|\.build/\|cover_db/')
+call unite#custom#source('file_rec/async,file_mru,file,buffer,grep', 'ignore_pattern', 'blib/\|\.build/\|cover_db/\|.undodir/\|vendor/')
call unite#custom#source('file_rec,file_rec/async', 'max_candidates', 0)
function! s:unite_settings()