fix(runtime): set 'keywordprg' only once in vim ftplugin

This commit is contained in:
Carman Fu 2024-07-26 08:45:51 +08:00 committed by GitHub
parent 41106168a2
commit 41b70a0dea
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -67,9 +67,6 @@ if &tw == 0
setlocal tw=78
endif
" Prefer Vim help instead of manpages.
setlocal keywordprg=:help
if !exists("no_plugin_maps") && !exists("no_vim_maps")
let b:did_add_maps = 1