man.vim: allow other ex-commands after :Man

This commit is contained in:
Justin M. Keyes 2017-10-23 22:57:10 +02:00
parent 8cb77acb44
commit 5d2af7e452

View File

@ -5,7 +5,7 @@ if exists('g:loaded_man')
endif
let g:loaded_man = 1
command! -range=0 -complete=customlist,man#complete -nargs=* Man call man#open_page(v:count, v:count1, <q-mods>, <f-args>)
command! -bar -range=0 -complete=customlist,man#complete -nargs=* Man call man#open_page(v:count, v:count1, <q-mods>, <f-args>)
augroup man
autocmd!