Is it possible to run an external command and store its output in a register?
:redirworks for ex commands, not for external commands (afaik):r !runs the external command but directly inserts output into the current buffer
|
Is it possible to run an external command and store its output in a register?
|
|||
|
|
|
Found the answer thanks to a user on the vim-use mailing list:
To run a command with the file under the cursor as argument:
|
|||||||
|