summaryrefslogtreecommitdiff
path: root/src/diff.c
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1440: "rvim" can execute a shell through :diffpatchv9.0.1440Bram Moolenaar2023-04-041-1/+5
* patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan2023-03-071-4/+1
* patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan2023-03-071-1/+1
* patch 9.0.1234: the code style has to be checked manuallyv9.0.1234Bram Moolenaar2023-01-221-2/+1
* patch 9.0.1166: code is indented more than necessaryv9.0.1166Yegappan Lakshmanan2023-01-091-8/+8
* patch 9.0.1098: code uses too much indentv9.0.1098Yegappan Lakshmanan2022-12-261-54/+50
* patch 9.0.0965: using one window for executing autocommands is insufficientv9.0.0965Bram Moolenaar2022-11-281-1/+5
* patch 9.0.0206: redraw flags are not named specificallyv9.0.0206Bram Moolenaar2022-08-141-4/+4
* patch 9.0.0124: code has more indent than neededv9.0.0124zeertzjq2022-07-311-22/+24
* patch 9.0.0101: invalid memory access in diff mode with "dp" and undov9.0.0101Bram Moolenaar2022-07-281-3/+6
* patch 9.0.0026: accessing freed memory with diff putv9.0.0026Bram Moolenaar2022-07-021-2/+22
* patch 8.2.5164: invalid memory access after diff buffer manipulationsv8.2.5164Bram Moolenaar2022-06-261-2/+2
* patch 8.2.5163: crash when deleting buffers in diff modev8.2.5163Bram Moolenaar2022-06-261-2/+8
* patch 8.2.4753: error from setting an option is silently ignoredv8.2.4753Bram Moolenaar2022-04-151-1/+1
* patch 8.2.4624: old Coverity warning for resource leakv8.2.4624Bram Moolenaar2022-03-251-0/+4
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-051-2/+2
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-051-2/+2
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-051-2/+2
* patch 8.2.3967: error messages are spread outv8.2.3967Bram Moolenaar2022-01-011-1/+1
* patch 8.2.3943: compiler warning from gcc for uninitialized variablev8.2.3943Bram Moolenaar2021-12-301-4/+1
* patch 8.2.3931: Coverity reports a memory leakv8.2.3931Bram Moolenaar2021-12-291-0/+3
* patch 8.2.3925: diff mode confused by NUL bytesv8.2.3925Bram Moolenaar2021-12-281-4/+12
* patch 8.2.3921: the way xdiff is used is inefficientv8.2.3921Lewis Russell2021-12-281-116/+144
* patch 8.2.3914: various spelling mistakes in commentsv8.2.3914Dominique Pelle2021-12-271-3/+3
* patch 8.2.3830: error messages are spread outv8.2.3830Bram Moolenaar2021-12-161-8/+8
* 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