aboutsummaryrefslogtreecommitdiff
path: root/plugin/command.vim
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/command.vim')
-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')