mirror of
https://github.com/neovim/neovim.git
synced 2025-11-18 08:11:28 +00:00
Adds range, count and reg to the return values of nvim_parse_cmd. Also makes line1 and line2 be -1 if the command does not take a range. Also moves nvim_parse_cmd to vimscript.c because it fits better there.