mirror of
https://github.com/neovim/neovim
synced 2025-07-16 09:11:51 +00:00
fix(runtime): set 'keywordprg' only once in vim ftplugin
This commit is contained in:
@ -67,9 +67,6 @@ if &tw == 0
|
|||||||
setlocal tw=78
|
setlocal tw=78
|
||||||
endif
|
endif
|
||||||
|
|
||||||
" Prefer Vim help instead of manpages.
|
|
||||||
setlocal keywordprg=:help
|
|
||||||
|
|
||||||
if !exists("no_plugin_maps") && !exists("no_vim_maps")
|
if !exists("no_plugin_maps") && !exists("no_vim_maps")
|
||||||
let b:did_add_maps = 1
|
let b:did_add_maps = 1
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user