Files
neovim/runtime/lua/vim
Andrey Mishchenko 4e4914ab2e 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.
2022-04-23 08:01:08 +08:00
..
2018-12-20 11:57:30 +01:00
2021-11-27 11:10:48 -05:00
2022-04-21 16:23:10 +02:00
2022-03-24 12:01:04 -07:00
2022-04-15 12:35:06 +02:00