mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +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.