summaryrefslogtreecommitdiffstats
path: root/src/diff.c
AgeCommit message (Expand)Author
2021-07-17patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan
2021-05-24patch 8.2.2880: unified diff fails if actually usedv8.2.2880glacambre
2021-02-10patch 8.2.2490: 'wrap' option is always reset when starting diff modev8.2.2490Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-06-09patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-casev8.2.0938Bram Moolenaar
2020-06-07patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-02patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar
2019-12-01patch 8.1.2378: using old C style commentsv8.1.2378Bram Moolenaar
2019-11-16patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar
2019-11-10patch 8.1.2289: after :diffsplit closing the window does not disable diffv8.1.2289Bram Moolenaar
2019-11-02patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar
2019-10-06patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar
2019-09-05patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar
2019-08-24patch 8.1.1922: in diff mode global operations can be very slowv8.1.1922Bram Moolenaar
2019-05-28patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar
2019-05-26patch 8.1.1405: "highlight" option of popup windows not supportedv8.1.1405Bram Moolenaar
2019-05-24patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar
2019-05-24patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar
2019-03-03patch 8.1.0991: cannot build with a mix of featuresv8.1.0991Bram Moolenaar
2019-02-19patch 8.1.0956: using context:0 in 'diffopt' does not work wellv8.1.0956Bram Moolenaar
2019-02-15patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar
2019-01-24patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar
2019-01-15patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar
2019-01-13patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar
2018-12-04patch 8.1.0562: parsing of 'diffopt' is slightly wrongv8.1.0562Bram Moolenaar
2018-11-05patch 8.1.0513: no error for set diffopt+=algorithm:v8.1.0513Bram Moolenaar
2018-10-31patch 8.1.0502: internal diff fails when diffing a context diffv8.1.0502Bram Moolenaar
2018-10-25patch 8.1.0497: :%diffput changes order of linesv8.1.0497Bram Moolenaar
2018-10-07patch 8.1.0458: ml_get error and crash when using "do"v8.1.0458Bram Moolenaar
2018-09-18patch 8.1.0402: the DiffUpdate event isn't triggered for :diffputv8.1.0402Bram Moolenaar
2018-09-16patch 8.1.0400: using freed memory with :diffgetv8.1.0400Bram Moolenaar
2018-09-16patch 8.1.0397: no event triggered after updating diffsv8.1.0397Bram Moolenaar
2018-09-16patch 8.1.0395: compiler warning on 64-bit MS-Windowsv8.1.0395Bram Moolenaar
2018-09-16patch 8.1.0394: diffs are not always updated correctlyv8.1.0394Bram Moolenaar
2018-09-15patch 8.1.0393: not all white space difference options availablev8.1.0393Bram Moolenaar
2018-09-13patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar
2018-09-13patch 8.1.0375: cannot use diff mode with Cygwin diff.exev8.1.0375Bram Moolenaar
2018-09-12patch 8.1.0370: not using internal diff if 'diffopt' is not changedv8.1.0370Bram Moolenaar
2018-09-10patch 8.1.0360: using an external diff program is slow and inflexiblev8.1.0360Bram Moolenaar
2018-06-03patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar
2018-04-29patch 8.0.1773: dialog messages are not translatedv8.0.1773Bram Moolenaar
2018-03-04patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2017-12-01patch 8.0.1361: some users don't want to diff with hidden buffersv8.0.1361Bram Moolenaar
2017-09-04patch 8.0.1056: cannot build with +diff but without +multi_bytev8.0.1056Bram Moolenaar
2017-09-03patch 8.0.1046: code duplication in diff modev8.0.1046Bram Moolenaar
2017-09-02patch 8.0.1037: "icase" of 'diffopt' is not used for highlightingv8.0.1037Bram Moolenaar
2017-07-19patch 8.0.0736: OptionSet not triggered when entering diff modev8.0.0736Bram Moolenaar