mirror of
https://github.com/neovim/neovim
synced 2025-07-15 16:51:49 +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
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user