mirror of
https://github.com/neovim/neovim.git
synced 2026-01-23 05:32:45 +10:00
Changes the `range` value in `nvim_parse_cmd` into an array to describe range information more concisely. Also makes `range` and `count` be mutually exclusive by making count `-1` when command takes a range instead of a count. Additionally corrects the behavior of `count` for built-in commands by making the default count `0`.
119 KiB
119 KiB