aboutsummaryrefslogtreecommitdiff
path: root/plugin
diff options
context:
space:
mode:
authorjdhao <jdhao@hotmail.com>2021-11-28 15:17:36 +0800
committerjdhao <jdhao@hotmail.com>2021-11-28 15:17:36 +0800
commit103e051d96964a78b610fdef0e569b5135ecd98a (patch)
treedd81161c13f7c9ca1931f7d570122d04aff4e2d1 /plugin
parent17995b95a42fd860c81a1f837d2179d2f1079962 (diff)
use man for command :Man
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
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')