summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/api_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-20refactor(test): drop deprecated exc_exec #39242Justin M. Keyes1
2026-04-15refactor(api): rename "window" to "win" (positional parameters) #39083Justin M. Keyes1
2026-03-16fix(api): use standard error messagesJustin M. Keyes1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2024-09-23refactor(api)!: rename Dictionary => DictJustin M. Keyes1
2024-08-02test: allow exec_lua to handle functionsLewis Russell1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-07fix(lua): allow nil values in serialized Lua arrays (#26329)Gregory Anders1
2023-08-09fix(api): revert unintended change of optional bool paramsbfredl1
2023-08-07test(api): update tests to new error messagesbfredl1
2023-04-16vim-patch:8.2.2857: Vim9: exception in ISN_INSTR caught at wrong level (#23131)zeertzjq1
2023-02-14refactor(api): VALIDATE macros #22256Justin M. Keyes1
2022-09-30docs: fix typos (#20394)dundargoc1
2022-02-26fix(api): convert blob to NUL-terminated API stringSean Dewar1
2022-01-03fix(lua): stricter type check when calling API function (#16745)dundargoc1
2021-12-28feat(api): implement nvim_{add,del}_user_commandGregory Anders1
2021-11-06feat(lua): enable stack traces in error output (#16228)Gregory Anders1
2021-10-08fix(api): check type in nlua_pop_keydict (#15940)virchau131
2021-09-15feat(decode_string): decode binary string with NULs to BlobSean Dewar1
2021-09-15feat(api): convert Blobs to API stringsSean Dewar1
2020-01-14API: include invalid buffer/window/tabpage in error message (#11712)Daniel Hahler1
2019-11-16Add v:lua.func() vimL syntax for calling luaBjörn Linse1
2017-05-08functests: Fix testsZyX1
2017-05-08Merge branch 'master' into luaviml'/luaZyX1
2017-04-11functests: Check whether it is a problem with an arrayZyX1
2017-04-11functests: Add another check for the similar transformationZyX1
2017-04-11functests: Make sure funcs.luaeval receives only one argumentZyX1
2017-04-08api: Rename _vim_id functions to nvim__idZyX1
2017-03-27functests: Some more testsZyX1
2017-03-27functests: Move existing tests from lua_spec to lua/*, fix themZyX1
2017-03-27functests: Add some testsZyX1