tmux-plugins / tmux-copycat

A plugin that enhances tmux search
MIT License
1.11k stars 63 forks source link

File search thinks `//` is a path #92

Open lilyball opened 8 years ago

lilyball commented 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.

bruno- commented 8 years ago

The error is probably somewhere in a regex on this line.

PR welcome (with a test preferably).