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
..
api fix(paste): ignore mappings in Cmdline mode (#18114) 2022-04-17 08:11:53 +08:00
autocmd test: add a Lua functional test for NoName buffer event order 2022-04-21 19:07:50 +08:00
core docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
editor feat: add undo! 2022-04-20 00:10:02 +06:00
ex_cmds test: add a test for #18135 2022-04-17 10:13:47 +08:00
fixtures NVIM 0.7 2022-04-15 13:38:44 +02:00
legacy vim-patch:8.2.0358: insufficient testing for indent.c 2022-04-21 07:24:47 +08:00
lua fix(lua): don't mutate opts parameter of vim.keymap.del (#18227) 2022-04-23 08:01:08 +08:00
options vim-patch:8.2.4801: fix for cursorbind fix not fully tested 2022-04-21 06:10:42 +08:00
plugin fix(lsp): fix lookup of boolean values in workspace/configuration (#18026) 2022-04-15 11:12:41 +02:00
provider test(python3_spec): use a pattern to match SyntaxError message (#17705) 2022-03-13 22:05:56 +08:00
shada refactor(tests): remove redir_exec #15718 2021-09-19 02:29:37 -07:00
terminal docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
treesitter fix(treesitter): create new parser if language is not the same as cached parser (#18149) 2022-04-22 16:15:28 +02:00
ui vim-patch:8.2.4759: CurSearch highlight does not work for multi-line match 2022-04-21 20:19:58 +08:00
vimscript docs: typo fixes (#17859) 2022-04-15 12:35:06 +02:00
example_spec.lua screen.lua: remove screen:_on_event #11488 2019-12-01 01:06:10 -08:00
helpers.lua feat(test): use nvim_exec in helpers.source() #16064 2022-03-27 10:25:55 -07:00
preload.lua test/functional/preload.lua: _set_fmode for Windows 2019-09-25 05:47:15 +02:00