Files
neovim/runtime/lua/vim
Andrey Mishchenko d916d2f876 fix(lua): don't mutate opts parameter of vim.keymap.del (#18227)
`vim.keymap.del` takes an `opts` parameter that lets caller refer to and
delete buffer-local mappings. For some reason the implementation of
`vim.keymap.del` mutates the table that is passed in, setting
`opts.buffer` to `nil`. This is wrong and also undocumented.

(cherry picked from commit 51f33ae5c0)
2022-04-23 08:03:06 +08:00
..
2018-12-20 11:57:30 +01:00
2021-11-27 11:10:48 -05:00
2022-03-24 12:01:04 -07:00
2022-04-15 12:35:06 +02:00