dandavison / open-in-editor

Open a local file from a URL at a line number in an editor/IDE
55 stars 8 forks source link

Use the column part of URIs (first off, vim only) #2

Closed Kr1ss-XD closed 4 years ago

Kr1ss-XD commented 4 years ago

This implements the usage of the optional column element of open-in- editor URIs if vim (or a derivative) is the configured editor.

This feature shouldn't be hard to add to the other classes once we have figured out these editors' according command line syntaxes.

Btw, I haven't missed to also adjust the script file accordingly this time. ;)

dandavison commented 4 years ago

Thanks for doing this too @Kr1ss-XD.