1 2 3 4 5 6
if get(g:, 'loaded_man', 0) finish endif let g:loaded_man = 1 command! -count=0 -nargs=+ Man call man#get_page(<count>, <f-args>)