aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/linematch_spec.lua
Commit message (Collapse)AuthorAge
* fix(diff): filler lines for hunks bigger than linematch limit (#24676)Jaehwang Jung2023-08-12
| | | | | | Apply linematch filler computation only if the hunk is actually linematched. Fixes #24580
* feat(diff): grouping optimization for linematch algorithmJonathon2023-06-07
|
* fix(diff): handle long lines without crashing (#21389)Lewis Russell2022-12-12
| | | Fixes https://github.com/neovim/neovim/issues/21388
* Enable new diff option linematch (#14537)Jonathon2022-11-04
Co-authored-by: Lewis Russell <me@lewisr.dev>