]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 9.1.1979: :helpclose allows range and counts v9.1.1979
authorDoug Kearns <dougkearns@gmail.com>
Sun, 14 Dec 2025 15:41:03 +0000 (16:41 +0100)
committerChristian Brabandt <cb@256bit.org>
Sun, 14 Dec 2025 15:41:03 +0000 (16:41 +0100)
commit4c141bae3bd7afd7eb63c72c835d356fbdff61e2
tree2d5f1ff0dffb63742f5ccbbcaad77134df3c51a5
parenta2b45646abb18b9fa5e5648cf111e9da32b220eb
patch 9.1.1979: :helpclose allows range and counts

Problem:  :helpclose incorrectly accepts a range and a count.
Solution: Remove EX_COUNT and EX_RANGE from the command definition.
          (Doug Kearns)

closes: #18917

Signed-off-by: Doug Kearns <dougkearns@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
src/ex_cmds.h
src/testdir/test_help.vim
src/version.c