mirror of
https://github.com/neovim/neovim.git
synced 2024-12-25 21:55:17 -07:00
7 lines
133 B
VimL
7 lines
133 B
VimL
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>)
|