Open lilyball opened 8 years ago
The predefined file search thinks that // is a path. This is annoying when searching for paths from the output of a grep or ag over source files, as it keeps flagging comment indicators as paths.
//
grep
ag
The error is probably somewhere in a regex on this line.
PR welcome (with a test preferably).
The predefined file search thinks that
//
is a path. This is annoying when searching for paths from the output of agrep
orag
over source files, as it keeps flagging comment indicators as paths.