Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(tests): needing two calls to setup a screen is cringe | bfredl | 2024-11-14 |
| | | | | | | | | | | Before calling "attach" a screen object is just a dummy container for (row, col) values whose purpose is to be sent as part of the "attach" function call anyway. Just create the screen in an attached state directly. Keep the complete (row, col, options) config together. It is still completely valid to later detach and re-attach as needed, including to another session. | ||
* | 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. | ||
* | fix(test): typing | Lewis Russell | 2024-03-25 |
| | |||
* | fix(genvimvim): generate prefixed boolean options properly (#27487) | zeertzjq | 2024-02-16 |