aboutsummaryrefslogtreecommitdiff
path: root/plugin/command.vim
blob: e39859bec433c4e8f55614384c8f5cd2a83b1d6a (plain)
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>)