mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00

Add support for default start and end row when omitted in the query:iter_captures and query:iter_matches functions. When the start and end row values are omitted, the values of the given node is used. The end row value is incremented by 1 to include the node end row in the match. Updated tests and docs accordingly.