mirror of
https://github.com/neovim/neovim.git
synced 2024-12-19 10:45:16 -07:00
fix(runtime): set 'keywordprg' only once in vim ftplugin
This commit is contained in:
parent
41106168a2
commit
41b70a0dea
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user