We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a754d1f + 7f30245 commit 3d26cb1Copy full SHA for 3d26cb1
plugin/man.vim
@@ -1,7 +1,7 @@
1
-if exists('g:loaded_man') && g:loaded_man
+if exists('g:loaded_vim_utils_man') && g:loaded_vim_utils_man
2
finish
3
endif
4
-let g:loaded_man = 1
+let g:loaded_vim_utils_man = 1
5
6
let s:save_cpo = &cpo
7
set cpo&vim
0 commit comments