mirror of
https://github.com/neovim/neovim.git
synced 2026-05-16 18:24:40 +00:00
Problem: nvim_parse_cmd rejects valid commands like `:1` (range-only) or `aboveleft` (modifier-only). Solution: allow empty command when range or modifiers exist, and handle execution using existing range command logic.