mirror of
https://github.com/neovim/neovim.git
synced 2026-06-23 11:49:44 +00:00
Problem: :tlnumenu incorrectly accepts a range.
Solution: Remove EX_RANGE and EX_ZEROR from the command definition and
use ADDR_NONE (Doug Kearns).
closes: vim/vim#19055
19442ad118
Co-authored-by: Doug Kearns <dougkearns@gmail.com>