summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/diff.c
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
2026-01-12vim-patch:9.1.2078: A few more typos in various files (#37368)zeertzjq1
2026-01-05vim-patch:8.1.0753: printf format not checked for semsg() (#37248)zeertzjq1
2026-01-01vim-patch:8.2.2198: ml_get error when resizing window and using text propertyJan Edmund Lazo1
2025-12-09vim-patch:9.1.1963: diff: missing diff size limit for xdiff (#36877)zeertzjq1
2025-10-05vim-patch:8.1.1957: more code can be moved to evalvars.cJan Edmund Lazo1
2025-10-04vim-patch:9.1.1823: diff: w_topline may be invalidated (#36018)zeertzjq1
2025-10-02vim-patch:9.1.1818: possible crash when calculating topline in diff.czeertzjq1
2025-09-15vim-patch:9.1.1758: Diff mode crashes when adding text property in autocomman...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-08-20vim-patch:8.2.0853: ml_delete() often called with FALSE argumentJan Edmund Lazo1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-07vim-patch:9.1.1600: using diff anchors with hidden buffers fails silently (#3...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-22vim-patch:9.1.1473: inconsistent range arg for :diffget/diffput (#34588)zeertzjq1
2025-06-09vim-patch:9.1.1439: Last diff folds not merged (#34380)zeertzjq1
2025-06-06fix(diff): fix incorrect item size of dout_ga (#34338)zeertzjq1
2025-04-19vim-patch:9.1.1319: Various typos in the code, issue with test_inst_complete....zeertzjq1
2025-04-16fix(env.c): drop envmap, free os_getenv() result #32683Judit Novak1
2025-04-05vim-patch:9.1.1276: inline word diff treats multibyte chars as word char (#33...zeertzjq1
2025-03-29refactor(diff): remove unreachable code (#33149)zeertzjq1
2025-03-28vim-patch:9.1.1246: coverity complains about some changes in v9.1.1243zeertzjq1
2025-03-28vim-patch:9.1.1243: diff mode is lacking for changes within lineszeertzjq1
2025-03-27refactor(eval): move diff functions to diff.c (#33085)zeertzjq1
2025-03-03vim-patch:9.1.1165: diff: regression with multi-file diff blocks (#32702)zeertzjq1
2025-02-25feat(marks): add conceal_lines to nvim_buf_set_extmark()Luuk van Baal1
2025-02-04vim-patch:9.1.1027: no sanitize check when running linematchzeertzjq1
2025-02-04vim-patch:9.1.1023: Coverity complains about dereferencing NULL pointerzeertzjq1
2025-02-04vim-patch:9.1.1009: diff feature can be improvedzeertzjq1
2025-01-16vim-patch:9.1.1018: v9.1.0743 causes regression with diff mode (#32047)zeertzjq1
2025-01-09Revert "refactor(options): set option value for non-current context directly"...zeertzjq1
2024-12-26refactor(options): set option value for non-current context directlyFamiu Haque1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-11-16refactor(options): remove `.indir`, redesign option scopes #31066Famiu Haque1
2024-11-05refactor(options): remove fileformat macrosFamiu Haque1
2024-09-30fix(diff): use mmfile_t in linematchLewis Russell1
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-08-15feat(diff): do not try external when out of memoryLewis Russell1
2024-07-31fix(scrollbind): properly take filler/virtual lines into accountLewis Russell1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-07-15docs: misc (#29622)dundargoc1
2024-06-14revert: "refactor: use S_LEN macro" (#29319)Lewis Russell1
2024-06-11Merge pull request #29278 from bfredl/strcatbfredl1
2024-06-11refactor: use S_LEN(s) instead of s, n (#29219)James1