From 817d4074b67a6075341f0249b505a99ba2154562 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 14 Jun 2016 08:04:17 -0700 Subject: don't exclude directories containing "project" from unite search that is a super common word, and i don't actually remember what i was trying to ignore there anymore --- vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vimrc') diff --git a/vimrc b/vimrc index 84e75cb..207d073 100644 --- a/vimrc +++ b/vimrc @@ -763,7 +763,7 @@ endif let rec_exclude = '\(' \. '\(^\|/\)\.\|' \. '\~$\|' - \. '\<\(__pycache__\|node_modules\|blib\|nytprof\|project\|target\|' + \. '\<\(__pycache__\|node_modules\|blib\|nytprof\|target\|' \. 'egg-info\)\|' \. '\.\(' \. 'o\|exe\|dll\|bak\|orig\|swp\|bs\|pyc\|' -- cgit v1.2.3-54-g00ecf