summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/lua/thread_spec.lua
AgeCommit message (Expand)AuthorFiles
2025-07-12fix(lua): vim.diff is nil in uv.new_work() thread #34909Justin M. Keyes1
2025-07-12test: zig build thread_spec.lua failure after `vim.text.diff` renameJustin M. Keyes1
2025-07-12refactor(lua): rename vim.diff => vim.text.diff #34864Justin M. Keyes1
2025-05-04feat(messages): cleanup Lua error messagesJustin M. Keyes1
2025-03-02docs: misc #31996Justin M. Keyes1
2025-01-18fix(lua): prevent SIGSEGV when lua error is NULL in libuv_worker林玮 (Jade Lin)1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-08-14refactor(tests): again yet more global highlight definitionsbfredl1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-11test: correct order of arguments to eq() (#27816)zeertzjq1
2024-01-12test: do not inject vim module into global helpersLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-06-03feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell1
2022-11-14feat(test): add Lua forms for API methods (#20152)Lewis Russell1
2022-03-03refactor(lua): reorganize builtin modules, phase 1bfredl1
2022-02-26refactor(lua): cleanup and docs for threadsbfredl1
2022-02-26feat(lua): add proper support of luv threadserw71