mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +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.