Files
neovim/test/functional
neovim-backports[bot] 4df16ecdb9 backport: fix(api): LuaRef leak in nvim_set_keymap on LHS too long (>=66 bytes) (#39376)
Problem: `nvim_set_keymap` leaks the `callback` `LuaRef` when the
LHS is too long.

Solution: Make `set_maparg_lhs_rhs` transfer `rhs_lua` to
`MapArguments` up front so the caller always owns the ref.

(cherry picked from commit 58aad59e1c)

Co-authored-by: Barrett Ruth <62671086+barrettruth@users.noreply.github.com>
2026-04-24 17:27:14 -04:00
..
2026-04-22 23:01:00 +00:00
2026-04-24 20:18:19 +02:00
2026-03-29 18:16:17 +02:00
2026-04-24 20:18:19 +02:00
2025-12-15 13:55:15 -05:00