mirror of
https://github.com/neovim/neovim.git
synced 2026-08-22 07:11:12 +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