vim-fetch icon indicating copy to clipboard operation
vim-fetch copied to clipboard

Support trailing garbage on line.

Open xim opened this issue 1 year ago • 0 comments

E.g if someone does a grep and gets output like this:

$ grep -r TODO
myfile:TODO add some stuff
otherfile:TODO other stuff

Then I like to just choose a file by double clicking the name and writing e.g. vim myfile:TODO without having to erase the TODO bit.

This is accomplished by allowing zero digits in the line number.

xim avatar Sep 07 '22 09:09 xim