neovim/test/functional/lua
Sean Dewar 452b46fcf7
fix(api/nvim_win_call): share common win_execute logic
We have to be sure that the bugs fixed in the previous patches also apply to
nvim_win_call.

Checking v8.1.2124 and v8.2.4026 is especially important as these patches were
only applied to win_execute, but nvim_win_call is also affected by the same
bugs. A lot of win_execute's logic can be shared with nvim_win_call, so factor
it out into a common macro to reduce the possibility of this happening again.
2022-02-03 15:03:08 +00:00
..
api_spec.lua fix(lua): stricter type check when calling API function (#16745) 2022-01-03 08:00:50 -07:00
buffer_updates_spec.lua fix(buffer_updates): handle :sort of already sorted buffer 2021-10-08 16:15:35 +02:00
command_line_completion_spec.lua lint 2021-01-26 17:09:35 -08:00
commands_spec.lua fix(lua): print multiple return values with =expr (#16933) 2022-01-06 11:42:31 -07:00
diagnostic_spec.lua feat: use nvim_buf_set_extmark for vim.highlight (#16963) 2022-01-15 14:19:20 -08:00
ffi_spec.lua fix(build): export symbols on Windows 2021-10-17 18:49:55 +06:00
filetype_spec.lua fix(filetype): expand tildes in filetype patterns (#17091) 2022-01-14 14:20:17 -07:00
highlight_spec.lua tests(lua/on_yank): assert conditions that fail correctly #15495 2021-08-27 04:54:01 -07:00
json_spec.lua test: add tests for vim.json 2021-09-26 11:52:17 -07:00
loop_spec.lua feat(lua): enable stack traces in error output (#16228) 2021-11-06 08:26:10 -06:00
luaeval_spec.lua fix(eval): v:lua support for - in module names 2022-01-28 18:20:26 +01:00
mpack_spec.lua fix(vim.mpack): rename pack/unpack => encode/decode #16175 2021-10-30 06:59:59 -07:00
overrides_spec.lua feat(lua): enable stack traces in error output (#16228) 2021-11-06 08:26:10 -06:00
runtime_spec.lua refactor(tests): Simplify tests at functional/lua/runtime_spec 2021-06-11 01:01:03 +06:00
spell_spec.lua feat(lua): add vim.spell (#16620) 2021-12-25 12:36:56 -07:00
ui_spec.lua feat(ui): add vim.ui.input and use in lsp rename (#15959) 2021-11-07 07:13:53 -08:00
uri_spec.lua chore: typo fixes (#16921) 2022-01-29 23:15:22 +00:00
vim_spec.lua fix(api/nvim_win_call): share common win_execute logic 2022-02-03 15:03:08 +00:00
xdiff_spec.lua feat(api): add lua C bindings for xdiff (#14536) 2021-08-22 12:22:04 +02:00