mirror of
https://github.com/neovim/neovim.git
synced 2026-04-28 18:24:13 +00:00
Problem: :helpclose incorrectly accepts a range and a count.
Solution: Remove EX_COUNT and EX_RANGE from the command definition.
(Doug Kearns)
closes: vim/vim#18917
4c141bae3b
Co-authored-by: Doug Kearns <dougkearns@gmail.com>