From e611fe3e90e68a834306a85835acb36d447a834c Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 25 Mar 2019 08:36:08 +0100 Subject: vimrc: Ignore vendor dir in unite search Signed-off-by: Florian Pritz --- .vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- cgit v1.2.3-24-g4f1b