Files
neovim/test/functional
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
..
2022-04-15 12:35:06 +02:00
2022-04-20 00:10:02 +06:00
2022-04-17 10:13:47 +08:00
2022-04-15 13:38:44 +02:00
2022-04-15 12:35:06 +02:00
2022-04-15 12:35:06 +02:00