Skip to content
Discussion options

You must be logged in to vote

usually I copy paste some file path with name and file number from failing tests and that looks like this path/fileName.go:40:21

This can only work while fuzzy matching grep results, emphasis not “live” grep, live searches only file contents and uses a regex so the : will only match if the line contents contains :.

If you want to look for matches like that you can use :FzfLua grep search='' (similar to grep_ project with fuzzy matching on the file name/line/col).

Note this will not work with :FzfLua files and other pickers that do not display line numbers, as there is nothing to match against the :.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@zivkovicn
Comment options

Answer selected by zivkovicn
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants