]> git.feebdaed.xyz Git - 0xmirror/vim.git/commit
patch 9.1.1946: Cannot open the help in the current window
authorPeter Kenny <github.com@k1w1.cyou>
Tue, 2 Dec 2025 20:42:53 +0000 (20:42 +0000)
committerChristian Brabandt <cb@256bit.org>
Tue, 2 Dec 2025 20:42:53 +0000 (20:42 +0000)
commitc0f2d2f14076c32451edb9622da15d54f4abae73
tree4633a8048148f7bf9a69a6524f30f87651cbbaaf
parent397ad21268904d977ffe86db684a5d460daba8ed
patch 9.1.1946: Cannot open the help in the current window

Problem:  Cannot open the help in the current window
Solution: Promote the example from tips.txt to a proper package and
          include the helpcurwin package, add tests for it
          (Peter Kenny)

closes: #18840

Signed-off-by: Peter Kenny <github.com@k1w1.cyou>
Signed-off-by: Christian Brabandt <cb@256bit.org>
Filelist
runtime/doc/helphelp.txt
runtime/doc/tags
runtime/doc/tips.txt
runtime/pack/dist/opt/helpcurwin/autoload/helpcurwin.vim [new file with mode: 0644]
runtime/pack/dist/opt/helpcurwin/doc/helpcurwin.txt [new file with mode: 0644]
runtime/pack/dist/opt/helpcurwin/doc/tags [new file with mode: 0644]
runtime/pack/dist/opt/helpcurwin/plugin/helpcurwin.vim [new file with mode: 0644]
src/testdir/Make_all.mak
src/testdir/test_plugin_helpcurwin.vim [new file with mode: 0644]
src/version.c