summaryrefslogtreecommitdiff
path: root/src/diff.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3556: filler lines are incorrect for other window in diff modev8.2.3556Bram Moolenaar2021-10-221-6/+16
* patch 8.2.3394: filler lines are wrong when changing text in diff modev8.2.3394Bram Moolenaar2021-09-011-0/+13
* patch 8.2.3390: included xdiff code is outdatedv8.2.3390Christian Brabandt2021-08-311-1/+1
* patch 8.2.3229: Vim9: runtime and compile time type checks are not the samev8.2.3229Yegappan Lakshmanan2021-07-271-0/+3
* patch 8.2.3194: Vim9: argument types are not checked at compile timev8.2.3194Yegappan Lakshmanan2021-07-211-1/+1
* patch 8.2.3188: Vim9: argument types are not checked at compile timev8.2.3188Yegappan Lakshmanan2021-07-201-3/+1
* patch 8.2.3173: Vim9: argument types are not checked at compile timev8.2.3173Yegappan Lakshmanan2021-07-171-1/+9
* patch 8.2.2880: unified diff fails if actually usedv8.2.2880glacambre2021-05-241-2/+4
* patch 8.2.2490: 'wrap' option is always reset when starting diff modev8.2.2490Bram Moolenaar2021-02-101-5/+17
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-10/+10
* patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-casev8.2.0938Bram Moolenaar2020-06-091-1/+1
* patch 8.2.0928: many type casts are used for vim_strnsave()v8.2.0928Bram Moolenaar2020-06-071-1/+1
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-2/+2
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-5/+5
* patch 8.2.0500: using the same loop in many placesv8.2.0500Bram Moolenaar2020-04-021-6/+9
* patch 8.1.2378: using old C style commentsv8.1.2378Bram Moolenaar2019-12-011-241/+241
* patch 8.1.2302: :lockmarks does not work for '[ and ']v8.1.2302Bram Moolenaar2019-11-161-0/+6
* patch 8.1.2289: after :diffsplit closing the window does not disable diffv8.1.2289Bram Moolenaar2019-11-101-1/+24
* patch 8.1.2243: typos in commentsv8.1.2243Bram Moolenaar2019-11-021-1/+1
* patch 8.1.2120: some MB_ macros are more complicated than necessaryv8.1.2120Bram Moolenaar2019-10-061-1/+1
* patch 8.1.1989: the evalfunc.c file is still too bigv8.1.1989Bram Moolenaar2019-09-051-1/+74
* patch 8.1.1922: in diff mode global operations can be very slowv8.1.1922Bram Moolenaar2019-08-241-3/+4
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1405: "highlight" option of popup windows not supportedv8.1.1405Bram Moolenaar2019-05-261-5/+1
* patch 8.1.1386: unessesary type casts for lalloc()v8.1.1386Bram Moolenaar2019-05-241-1/+1
* patch 8.1.1384: using "int" for alloc() often results in compiler warningsv8.1.1384Bram Moolenaar2019-05-241-3/+3
* patch 8.1.0991: cannot build with a mix of featuresv8.1.0991Bram Moolenaar2019-03-031-1/+5
* patch 8.1.0956: using context:0 in 'diffopt' does not work wellv8.1.0956Bram Moolenaar2019-02-191-1/+1
* patch 8.1.0927: USE_CR is never definedv8.1.0927Bram Moolenaar2019-02-151-8/+4
* patch 8.1.0805: too many #ifdefsv8.1.0805Bram Moolenaar2019-01-241-13/+1
* patch 8.1.0753: printf format not checked for semsg()v8.1.0753Bram Moolenaar2019-01-151-1/+1
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-17/+16
* patch 8.1.0562: parsing of 'diffopt' is slightly wrongv8.1.0562Bram Moolenaar2018-12-041-1/+4
* patch 8.1.0513: no error for set diffopt+=algorithm:v8.1.0513Bram Moolenaar2018-11-051-0/+2
* patch 8.1.0502: internal diff fails when diffing a context diffv8.1.0502Bram Moolenaar2018-10-311-13/+15
* patch 8.1.0497: :%diffput changes order of linesv8.1.0497Bram Moolenaar2018-10-251-2/+2
* patch 8.1.0458: ml_get error and crash when using "do"v8.1.0458Bram Moolenaar2018-10-071-9/+10
* patch 8.1.0402: the DiffUpdate event isn't triggered for :diffputv8.1.0402Bram Moolenaar2018-09-181-14/+25
* patch 8.1.0400: using freed memory with :diffgetv8.1.0400Bram Moolenaar2018-09-161-2/+15
* patch 8.1.0397: no event triggered after updating diffsv8.1.0397Bram Moolenaar2018-09-161-0/+2
* patch 8.1.0395: compiler warning on 64-bit MS-Windowsv8.1.0395Bram Moolenaar2018-09-161-1/+1
* patch 8.1.0394: diffs are not always updated correctlyv8.1.0394Bram Moolenaar2018-09-161-5/+15
* patch 8.1.0393: not all white space difference options availablev8.1.0393Bram Moolenaar2018-09-151-19/+61
* patch 8.1.0377: xdiff doesn't use the Vim memory allocation functionsv8.1.0377Bram Moolenaar2018-09-131-2/+2
* patch 8.1.0375: cannot use diff mode with Cygwin diff.exev8.1.0375Bram Moolenaar2018-09-131-0/+4
* patch 8.1.0370: not using internal diff if 'diffopt' is not changedv8.1.0370Bram Moolenaar2018-09-121-1/+1
* patch 8.1.0360: using an external diff program is slow and inflexiblev8.1.0360Bram Moolenaar2018-09-101-181/+632
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-031-0/+7
* patch 8.0.1773: dialog messages are not translatedv8.0.1773Bram Moolenaar2018-04-291-1/+2
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-16/+0