If I have a command that runs and generates the following output.
/path/to/file.rst:1
/another/path/to/file.rst:42
How would I call the command so a buffer is opened and clicking on the line jumps to the file?
If I have a command that runs and generates the following output.
/path/to/file.rst:1
/another/path/to/file.rst:42
How would I call the command so a buffer is opened and clicking on the line jumps to the file?
compile
output which has built-in support to jump to lines in the relevant source code files; e.g.,(compile "command line")
... – lawlist May 31 '19 at 02:15