summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/ui/diff_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-03-17feat(diff): merge adjacent blocks using inline:word (#37085)Harsh Kapse1
2026-01-30vim-patch:9.1.2118: 'cursorline' missing after :diffput to empty buf (#37628)zeertzjq1
2026-01-14vim-patch:9.1.2085: Use-after-free in winframe_remove()zeertzjq1
2025-09-12vim-patch:9.1.1753: defaults: 'diffopt' option value can be improved (#35727)zeertzjq1
2025-08-24fix(diff): set default diff flags properly (#35450)zeertzjq1
2025-07-20vim-patch:9.1.1567: crash when using inline diff mode (#35005)zeertzjq1
2025-07-18vim-patch:9.1.1557: not possible to anchor specific lines in diff mode (#34967)zeertzjq1
2025-06-06fix(diff): fix incorrect item size of dout_ga (#34338)zeertzjq1
2025-04-05vim-patch:9.1.1276: inline word diff treats multibyte chars as word char (#33...zeertzjq1
2025-03-28vim-patch:9.1.1243: diff mode is lacking for changes within lineszeertzjq1
2025-03-03vim-patch:9.1.1165: diff: regression with multi-file diff blocks (#32702)zeertzjq1
2025-01-16vim-patch:9.1.1018: v9.1.0743 causes regression with diff mode (#32047)zeertzjq1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-10-30vim-patch:9.1.0822: topline might be changed in diff mode unexpectedly (#30988)zeertzjq1
2024-09-27vim-patch:9.1.0743: diff mode does not handle overlapping diffs correctly (#3...zeertzjq1
2024-09-23vim-patch:9.1.0740: incorrect internal diff with empty file (#30471)zeertzjq1
2024-06-19fix(drawline): don't draw beyond end of window with 'rnu' (#29406)zeertzjq1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-09fix(tests): use more global highlight definitionsbfredl1
2024-04-08test: improve test conventionsdundargoc1
2024-02-13vim-patch:9.1.0103: 'breakindentopt' "min" not correct with 'signcolumn' (#27...zeertzjq1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-06vim-patch:9.0.2151: 'breakindent' is not drawn after diff filler lines (#26412)zeertzjq1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-05-03vim-patch:9.0.1506: line number not displayed when using 'smoothscroll' (#23453)zeertzjq1
2023-01-05fix(diff): avoid restoring invalid 'foldcolumn' value (#21650)zeertzjq1
2022-11-04Enable new diff option linematch (#14537)Jonathon1
2022-07-25vim-patch:8.2.5155: in diff mode windows may get out of synczeertzjq1
2022-05-15refactor(ui)!: link `VertSplit` to `Normal` by defaultFamiu Haque1
2022-04-08vim-patch:8.2.3925: diff mode confused by NUL bytes (#18033)zeertzjq1
2022-03-08test: add a Lua screen test for CursorLineNr in diff modezeertzjq1
2021-12-07fix(screen): do not draw filler lines post eof if already at last rowzeertzjq1
2021-10-28vim-patch:8.2.3556: filler lines are incorrect for other window in diff mode ...Jaehwang Jerry Jung1
2021-09-18vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...Jaehwang Jerry Jung1
2021-08-02vim-patch:8.1.2117: CursorLine highlight used while 'cursorline' is offzeertzjq1
2021-03-22chore: add test for CursorLineNr with filler linesMatthieu Coudron1
2021-03-22fix: stop using CursorLineNr in front of fillersMatthieu Coudron1
2020-08-02vim-patch:8.2.1004: line numbers below filler lines not always updatedJan Edmund Lazo1
2019-09-22tests: make 'win_update redraws lines properly' more readable (#11068)Daniel Hahler1
2019-09-18win_update: fix redraw regression (#11027)Daniel Hahler1
2019-04-03vim-patch:8.1.1072: extending sign and foldcolumn below the text is confusing...Marco Hinz1
2018-12-09vim-patch:8.1.0562: parsing of 'diffopt' is slightly wrongAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0393: not all white space difference options availableAnatolii Sakhnik1
2018-12-09vim-patch:8.1.0360: using an external diff program is slow and inflexibleAnatolii Sakhnik1