Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | fix(quickfix): make shortmess+=O work with cmdheight=0 (#29609) | zeertzjq | 2024-07-08 |
| | |||
* | 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. | ||
* | 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 | ||
* | refactor: format test/* | Justin M. Keyes | 2024-01-03 |
| | |||
* | test: avoid repeated screen lines in expected states | zeertzjq | 2023-12-09 |
| | | | | | | This is the command invoked repeatedly to make the changes: :%s/^\(.*\)|\%(\*\(\d\+\)\)\?$\n\1|\%(\*\(\d\+\)\)\?$/\=submatch(1)..'|*'..(max([str2nr(submatch(2)),1])+max([str2nr(submatch(3)),1]))/g | ||
* | test: add more tests for Unicode | zeertzjq | 2023-01-09 |
| | |||
* | test: add a test for #18135 | zeertzjq | 2022-04-17 |
| | |||
* | test: update tests to work with 'hidden' | Gregory Anders | 2021-08-18 |
| | |||
* | fixup! vim-patch:8.2.3019: location list only has the start position. | Jan Edmund Lazo | 2021-07-31 |
| | |||
* | vim-patch:8.0.1782: no simple way to label quickfix entries | Marco Hinz | 2019-05-05 |
| | | | | | | | | Problem: No simple way to label quickfix entries. Solution: Add the "module" item, to be used instead of the file name for display purposes. (Martin Szamotulski) https://github.com/vim/vim/commit/d76ce852668635d81778cedacc2d3f021ed4e475 | ||
* | Merge #7345 'location-list update on buffer-modified' | Justin M. Keyes | 2017-11-21 |
| | |||
* | *: Move some dictionary functions to typval.h and use char* | ZyX | 2017-03-29 |
Also fixes buffer reusage in setmatches() and complete(). |