file-line icon indicating copy to clipboard operation
file-line copied to clipboard

Allow opening files with garbage behing colon

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 08:09 xim