mirror of
https://github.com/neovim/neovim.git
synced 2026-01-20 11:50:36 +00: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.