diff options
author | Emanuel Krollmann <115734183+Sodastream11@users.noreply.github.com> | 2025-04-07 11:07:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-07 02:07:31 -0700 |
commit | 3ebde5ea147c4ba931c72e8d860824d65be50004 (patch) | |
tree | 3e2d89b41aea16091927b46ef28aeed81732b920 /runtime/lua/vim/text.lua | |
parent | 1e9e523521ca296151630333ce8424ecc2aabb17 (diff) | |
download | rneovim-3ebde5ea147c4ba931c72e8d860824d65be50004.tar.gz rneovim-3ebde5ea147c4ba931c72e8d860824d65be50004.tar.bz2 rneovim-3ebde5ea147c4ba931c72e8d860824d65be50004.zip |
fix(defaults): keywordprg=:help on Windows #33336
Problem:
As `:h kp` says, the default value for keywordprg
should be ':help' on Windows. It is currently
always ':Man'.
Solution:
Add condition to options.lua which sets keywordprg
to ':help' if running on windows.
Diffstat (limited to 'runtime/lua/vim/text.lua')
0 files changed, 0 insertions, 0 deletions