mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 12:27:43 +10:00
As revealed by #16745, some functions pass a nil value to API functions, which have been implicitly converted to 0. #16745 breaks this implicit conversion, so explicitly pass a resolved buffer number to these API functions.