Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | refactor(tests): use new global defaults instead of set_default_attr_ids | bfredl | 2024-03-26 |
| | | | | This will be done in batches. | ||
* | 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 | ||
* | fix(diff): filler lines for hunks bigger than linematch limit (#24676) | Jaehwang Jung | 2023-08-12 |
| | | | | | | Apply linematch filler computation only if the hunk is actually linematched. Fixes #24580 | ||
* | feat(diff): grouping optimization for linematch algorithm | Jonathon | 2023-06-07 |
| | |||
* | fix(diff): handle long lines without crashing (#21389) | Lewis Russell | 2022-12-12 |
| | | | Fixes https://github.com/neovim/neovim/issues/21388 | ||
* | Enable new diff option linematch (#14537) | Jonathon | 2022-11-04 |
Co-authored-by: Lewis Russell <me@lewisr.dev> |