| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | fix(lsp): check if buffer was detached in on_init callback (#28914) | Ilia Choly | 2024-05-23 |
| | | | | Co-authored-by: Jongwook Choi <wookayin@gmail.com> | ||
| * | 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. | ||
| * | test: remove unnecessary nil argument to testutil (#28270) | zeertzjq | 2024-04-11 |
| | | |||
| * | test: improve test conventions | dundargoc | 2024-04-08 |
| Work on https://github.com/neovim/neovim/issues/27004. | |||