Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: support upvalues in exec_lua | Lewis Russell | 2024-09-21 |
| | |||
* | 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. | ||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | refactor(options): deprecate nvim[_buf|_win]_[gs]et_option | Lewis Russell | 2023-05-21 |
| | | | | | Co-authored-by: zeertzjq <zeertzjq@outlook.com> Co-authored-by: famiu <famiuhaque@protonmail.com> | ||
* | fix(lua): inspect_pos respect bufnr when get syntax info (#23098) | Raphael | 2023-04-16 |
| | |||
* | refactor(lua): get all marks instead of iterating over namespaces | Luuk van Baal | 2023-04-02 |
| | | | | | | Inspector now also includes highlights set in anonymous namespaces. Close #22732 | ||
* | feat: `vim.inspect_pos`, `vim.show_pos`, `:Inspect` | Folke Lemaitre | 2022-12-17 |