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
Wasted some time today struggling with trying to get vim-easygrep to work on a Ubuntu 12.04 box. Turns out this release has grep version 2.10, in which --include only works properly when -R option is also present (as far as I can tell.) Otherwise, it seems to work as --exclude.
Since vim-easygrep depends so much on --include in some modes, would it be worthwhile to add a test for this buggy version and warn the user?
The text was updated successfully, but these errors were encountered:
Wasted some time today struggling with trying to get vim-easygrep to work on a Ubuntu 12.04 box. Turns out this release has grep version 2.10, in which --include only works properly when -R option is also present (as far as I can tell.) Otherwise, it seems to work as --exclude.
Since vim-easygrep depends so much on --include in some modes, would it be worthwhile to add a test for this buggy version and warn the user?
The text was updated successfully, but these errors were encountered: