| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | 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(lua): "module" => "M" #28426 | Justin M. Keyes | 2024-04-20 |
| | | | | | Most of the codebase uses the `M` convention for Lua module. Update the last remaining cases. | ||
| * | test: improve test conventions | dundargoc | 2024-04-08 |
| Work on https://github.com/neovim/neovim/issues/27004. | |||