neovim/test/functional/lua
Gregory Anders f68af3c3bc
refactor(iter): use metatable as packed table tag (#23254)
This is a more robust method for tagging a packed table as it completely
eliminates the possibility of mistaking an actual table key as the
packed table tag.
2023-04-21 16:13:39 -06:00
..
api_spec.lua vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131) 2023-04-16 18:27:33 +08:00
buffer_updates_spec.lua test: replace lfs with luv and vim.fs 2023-04-04 21:59:06 +02:00
command_line_completion_spec.lua feat(lua): omnifunc for builting lua interpreter 2023-03-06 23:12:21 +01:00
commands_spec.lua feat(lua): allow :=expr as a shorter version of :lua =expr 2023-03-22 09:10:04 +01:00
diagnostic_spec.lua feat(diagnostic): specify diagnostic virtual text prefix as a function 2023-04-17 12:53:34 +01:00
ffi_spec.lua refactor: remove char_u (#22829) 2023-04-02 16:11:42 +08:00
filetype_spec.lua feat: add vim.filetype.get_option() 2023-03-20 10:06:32 +00:00
fs_spec.lua test(vim.fs.normalize): enable test on Windows 2023-04-05 23:56:33 +02:00
help_spec.lua test(help): drop treesitter parse error to 0 2023-02-23 10:24:15 +01:00
highlight_spec.lua
inspector_spec.lua fix(lua): inspect_pos respect bufnr when get syntax info (#23098) 2023-04-16 17:50:32 +08:00
json_spec.lua
loader_spec.lua fix(loader): reset hashes when running the loader 2023-04-13 17:34:47 +01:00
loop_spec.lua
luaeval_spec.lua vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131) 2023-04-16 18:27:33 +08:00
mpack_spec.lua
overrides_spec.lua feat(lua): make sure require'bit' always works, even with PUC lua 5.1 2023-02-22 22:15:19 +01:00
runtime_spec.lua fix(spell): properly source spell/LANG.{vim,lua} (#22716) 2023-03-18 09:55:08 +08:00
secure_spec.lua
spell_spec.lua
thread_spec.lua
ui_event_spec.lua
ui_spec.lua
uri_spec.lua
version_spec.lua fix(vim.version): prerelease compare 2023-03-22 17:46:01 +01:00
vim_spec.lua refactor(iter): use metatable as packed table tag (#23254) 2023-04-21 16:13:39 -06:00
watch_spec.lua fix(watchfiles): skip Created events when poll starts (#23139) 2023-04-17 18:50:05 +02:00
xdiff_spec.lua