aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
Diffstat (limited to 'plugin')
-rw-r--r--plugin/command.vim2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/command.vim b/plugin/command.vim
new file mode 100644
index 0000000..e39859b
--- /dev/null
+++ b/plugin/command.vim
@@ -0,0 +1,2 @@
+" Capture output from a command to register @m, to paste, press "mp
+command! -nargs=1 -complete=command Redir call utils#CaptureCommandOutput(<q-args>)