diff options
| author | jdhao <jdhao@hotmail.com> | 2021-11-28 15:17:36 +0800 |
|---|---|---|
| committer | jdhao <jdhao@hotmail.com> | 2021-11-28 15:17:36 +0800 |
| commit | 103e051d96964a78b610fdef0e569b5135ecd98a (patch) | |
| tree | dd81161c13f7c9ca1931f7d570122d04aff4e2d1 /plugin/command.vim | |
| parent | 17995b95a42fd860c81a1f837d2179d2f1079962 (diff) | |
use man for command :Man
Diffstat (limited to 'plugin/command.vim')
| -rw-r--r-- | plugin/command.vim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugin/command.vim b/plugin/command.vim index 83cc750..a8e2998 100644 --- a/plugin/command.vim +++ b/plugin/command.vim @@ -3,3 +3,5 @@ command! -nargs=1 -complete=command Redir call utils#CaptureCommandOutput(<q-arg command! -bar -bang -nargs=+ -complete=file Edit call utils#MultiEdit([<f-args>]) call utils#Cabbrev('edit', 'Edit') + +call utils#Cabbrev('man', 'Man') |
