wsdjeg / vim-fetch

Make Vim handle line and column numbers in file names with a minimum of fuss
http://www.vim.org/scripts/script.php?script_id=5089
MIT License
312 stars 17 forks source link

Support trailing garbage on line. #35

Open xim opened 2 years ago

xim commented 2 years ago

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.