You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've installed using the Awesome script, running Mac OSX 10.8.x, and Grep_Skip_Dirs doesn't seem to work. Whenever I run ,g for vimgrep, I can see it is searching through the directories I'm trying to ignore.
Just worth mentioning, the ctrlp_custom_ignore works fine for the ctrlp plugin.
Great work by the way! I have a fork of the repo and would be happy to make the fix myself if you can let me know what the issue is... I can't seem to figure it out.
I've even tried changing...
set grepprg=/bin/grep\ -nH
to set grepprg=/bin/grep\ -nH --exclude-dir=vendor
...but it seems to completely ignore --exclude-dir.
The text was updated successfully, but these errors were encountered:
I've installed using the Awesome script, running Mac OSX 10.8.x, and
Grep_Skip_Dirs
doesn't seem to work. Whenever I run,g
for vimgrep, I can see it is searching through the directories I'm trying to ignore.Just worth mentioning, the
ctrlp_custom_ignore
works fine for the ctrlp plugin.Great work by the way! I have a fork of the repo and would be happy to make the fix myself if you can let me know what the issue is... I can't seem to figure it out.
I've even tried changing...
set grepprg=/bin/grep\ -nH
to
set grepprg=/bin/grep\ -nH --exclude-dir=vendor
...but it seems to completely ignore
--exclude-dir
.The text was updated successfully, but these errors were encountered: