Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(tests): again yet more global highlight definitions | bfredl | 2024-08-14 |
| | |||
* | test: improve test conventions | dundargoc | 2024-04-23 |
| | | | | | | | | | Specifically, functions that are run in the context of the test runner are put in module `test/testutil.lua` while the functions that are run in the context of the test session are put in `test/functional/testnvim.lua`. Closes https://github.com/neovim/neovim/issues/27004. | ||
* | refactor(test): inject after_each differently | Lewis Russell | 2024-04-10 |
| | |||
* | test: improve test conventions | dundargoc | 2024-04-08 |
| | | | | Work on https://github.com/neovim/neovim/issues/27004. | ||
* | 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 |