mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
man.vim: allow other ex-commands after :Man
This commit is contained in:
@@ -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!
|
||||
|
Reference in New Issue
Block a user