Files
neovim/test
Barrett Ruth 58aad59e1c fix(api): LuaRef leak in nvim_set_keymap on LHS too long (>=66 bytes) #39351
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.
2026-04-24 14:10:28 -04:00
..
2026-04-22 18:25:07 -04:00
2026-04-22 18:25:07 -04:00
2026-04-22 18:25:07 -04:00