Commit e1fe684
authored
feat: support trailing garbage on line
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.
Pull request: #351 parent f25458b commit e1fe684
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments