summaryrefslogtreecommitdiffstats
path: root/vimrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@stripe.com>2016-06-14 08:04:17 -0700
committerJesse Luehrs <doy@tozt.net>2016-06-14 08:22:11 -0700
commit817d4074b67a6075341f0249b505a99ba2154562 (patch)
tree8e96b009212b86a564ccf143050ad6ebd9a055c6 /vimrc
parent89d1cd0dccc5c3e69980194e679f0cdc45303988 (diff)
downloadconf-817d4074b67a6075341f0249b505a99ba2154562.tar.gz
conf-817d4074b67a6075341f0249b505a99ba2154562.zip
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
Diffstat (limited to 'vimrc')
-rw-r--r--vimrc2
1 files changed, 1 insertions, 1 deletions
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\|'