diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2022-01-03 06:48:01 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-03 06:48:01 -0700 |
commit | 36662c961244f41996720a0eec8eac67a18f2ec0 (patch) | |
tree | b80fce845c79138589755318f4cd237bb86dcd0e /test/functional/lua/api_spec.lua | |
parent | 2f31e7b88b1147fa5f48b1ab1d140cb8ccc1e801 (diff) | |
download | rneovim-36662c961244f41996720a0eec8eac67a18f2ec0.tar.gz rneovim-36662c961244f41996720a0eec8eac67a18f2ec0.tar.bz2 rneovim-36662c961244f41996720a0eec8eac67a18f2ec0.zip |
fix: resolve nil arguments to API functions (#16889)
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.
Diffstat (limited to 'test/functional/lua/api_spec.lua')
0 files changed, 0 insertions, 0 deletions