Fix pattern filtering when not searching in subdirectories
commita0d6a1f618d963e95df656b3e9cc150e4adb95c4
authorColomban Wendling <ban@herbesfolles.org>
Sun, 1 May 2011 14:38:57 +0000 (1 14:38 +0000)
committerColomban Wendling <ban@herbesfolles.org>
Sun, 1 May 2011 14:38:57 +0000 (1 14:38 +0000)
tree1c57df76fbe7f1bf0b080365e9625c2a95a979e7
parentb2142af11f22dbc3a7e09411783723c3839d7707
Fix pattern filtering when not searching in subdirectories

grep's --include option doesn't filter files passed explicitly to grep,
so when we build the file list to search in, take the filters into
account.
Also drop the --include options in this case since they aren't useful.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@5755 ea778897-0a13-0410-b9d1-a72fbfd435f5
ChangeLog
src/search.c