diff --git a/runtime/ftplugin/help.vim b/runtime/ftplugin/help.vim index e77484bffb..2f4de14055 100644 --- a/runtime/ftplugin/help.vim +++ b/runtime/ftplugin/help.vim @@ -24,7 +24,7 @@ if has("conceal") setlocal cole=2 cocu=nc endif -if !exists('HelpComplete') +if !exists('*HelpComplete') func HelpComplete(findstart, base) if a:findstart let colnr = col('.') - 1 " Get the column number before the cursor