mirror of
https://github.com/neovim/neovim.git
synced 2026-05-14 01:14:43 +00:00
* str_utfindex checks number of arguments only, but ignores the case in which the second argument is an explicit nil. Previously this required dropping the second argument entirely. * Modify the C binding to explicitly check if the second argument is nil