Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: correct order of arguments to eq() (#27816) | zeertzjq | 2024-03-11 |
| | |||
* | test: do not inject vim module into global helpers | Lewis Russell | 2024-01-12 |
| | |||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | test: avoid repeated screen lines in expected states | zeertzjq | 2023-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 Russell | 2023-06-03 |
| | |||
* | feat(test): add Lua forms for API methods (#20152) | Lewis Russell | 2022-11-14 |
| | |||
* | refactor(lua): reorganize builtin modules, phase 1 | bfredl | 2022-03-03 |
| | |||
* | refactor(lua): cleanup and docs for threads | bfredl | 2022-02-26 |
| | |||
* | feat(lua): add proper support of luv threads | erw7 | 2022-02-26 |