Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | test: use integers for API Buffer/Window/Tabpage EXT types | Lewis Russell | 2024-01-16 |
| | |||
* | test: rename (meths, funcs) -> (api, fn) | Lewis Russell | 2024-01-12 |
| | |||
* | test: normalise nvim bridge functions | Lewis Russell | 2024-01-12 |
| | | | | | - remove helpers.cur*meths - remove helpers.nvim | ||
* | test: typing for helpers.meths | Lewis Russell | 2024-01-12 |
| | |||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | vim-patch:8.2.4208: using setbufvar() may change the window title | zeertzjq | 2023-08-21 |
| | | | | | | | | | Problem: Using setbufvar() may change the window title. Solution: Do not redraw when creating the autocommand window. (closes vim/vim#9613) https://github.com/vim/vim/commit/dff97e65eb1bb24c44c2b7430a480888d8afb3f4 Co-authored-by: Bram Moolenaar <Bram@vim.org> | ||
* | 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> | ||
* | test: move most title tests to a separate file (#23557) | zeertzjq | 2023-05-10 |
This avoids running title tests twice unnecessarily. |