aboutsummaryrefslogtreecommitdiff
path: root/test/functional/lua/thread_spec.lua
Commit message (Collapse)AuthorAge
* test: correct order of arguments to eq() (#27816)zeertzjq2024-03-11
|
* test: do not inject vim module into global helpersLewis Russell2024-01-12
|
* refactor: format test/*Justin M. Keyes2024-01-03
|
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
| | | | | | This is the command invoked repeatedly to make the changes: :%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
|
* feat(test): add Lua forms for API methods (#20152)Lewis Russell2022-11-14
|
* refactor(lua): reorganize builtin modules, phase 1bfredl2022-03-03
|
* refactor(lua): cleanup and docs for threadsbfredl2022-02-26
|
* feat(lua): add proper support of luv threadserw72022-02-26