mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06: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
|
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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user