summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.4047: depending on the build features error messages are unusedv8.2.4047Dominique Pelle2022-01-092-35/+341
* patch 8.2.4046: some error messages not in the right placev8.2.4046Bram Moolenaar2022-01-084-4/+13
* patch 8.2.4045: some global functions are only used in one filev8.2.4045Yegappan Lakshmanan2022-01-0811-113/+111
* patch 8.2.4044: Vim9: no error when importing the same script twicev8.2.4044Bram Moolenaar2022-01-084-31/+51
* patch 8.2.4043: using int for second argument of ga_init2()v8.2.4043Bram Moolenaar2022-01-0836-67/+69
* patch 8.2.4042: Vim9: build errorv8.2.4042Bram Moolenaar2022-01-082-4/+7
* patch 8.2.4041: using unitialized pointerv8.2.4041Bram Moolenaar2022-01-082-0/+6
* patch 8.2.4040: keeping track of allocated lines is too complicatedv8.2.4040Bram Moolenaar2022-01-0810-47/+82
* patch 8.2.4039: the xdiff library is linked in even when not usedv8.2.4039Bram Moolenaar2022-01-086-2/+32
* patch 8.2.4038: various code not used when features are disabledv8.2.4038Dominique Pelle2022-01-0835-74/+126
* patch 8.2.4037: Insert mode completion is insufficiently testedv8.2.4037Yegappan Lakshmanan2022-01-083-6/+264
* patch 8.2.4036: Vim9: script test file is getting too longv8.2.4036Bram Moolenaar2022-01-074-1059/+1074
* patch 8.2.4035: timer triggered at the debug prompt may cause troublev8.2.4035Bram Moolenaar2022-01-072-2/+5
* patch 8.2.4034: Coverity warns for possibly using a NULL pointerv8.2.4034Bram Moolenaar2022-01-072-1/+3
* patch 8.2.4033: running filetype tests leaves directory behindv8.2.4033zeertzjq2022-01-072-1/+3
* patch 8.2.4032: ATTRIBUTE_NORETURN is not neededv8.2.4032ichizok2022-01-073-6/+10
* patch 8.2.4031: crash in xterm with only two linesv8.2.4031Bram Moolenaar2022-01-073-1/+14
* patch 8.2.4030: a script local funcref is not found from a mappingv8.2.4030Bram Moolenaar2022-01-075-28/+59
* patch 8.2.4029: debugging NFA regexp my crash, cached indent may be wrongv8.2.4029Bram Moolenaar2022-01-074-45/+76
* patch 8.2.4028: ml_get error with :doautoall and Visual areav8.2.4028Bram Moolenaar2022-01-074-2/+22
* patch 8.2.4027: import test fails on MS-Windowsv8.2.4027Bram Moolenaar2022-01-072-8/+10
* patch 8.2.4026: ml_get error with specific win_execute() commandv8.2.4026Bram Moolenaar2022-01-073-0/+23
* patch 8.2.4025: error for import not ending in .vim does not work for .vimrcv8.2.4025Bram Moolenaar2022-01-074-7/+42
* patch 8.2.4024: confusing error message if imported name is used directlyv8.2.4024Bram Moolenaar2022-01-076-9/+39
* patch 8.2.4023: using uninitialized variablev8.2.4023Bram Moolenaar2022-01-062-1/+3
* patch 8.2.4022: two error messages in the wrong filev8.2.4022Bram Moolenaar2022-01-063-4/+6
* patch 8.2.4021: missing part of the :import changesv8.2.4021Bram Moolenaar2022-01-062-10/+12
* patch 8.2.4020: debugger test failsv8.2.4020Bram Moolenaar2022-01-062-2/+4
* patch 8.2.4019: Vim9: import mechanism is too complicatedv8.2.4019Bram Moolenaar2022-01-0615-651/+450
* patch 8.2.4018: ml_get error when win_execute redraws with Visual selectionv8.2.4018Bram Moolenaar2022-01-0610-88/+109
* patch 8.2.4017: gcc warns for misleading indent in Athena menu codev8.2.4017Dominique Pelle2022-01-062-0/+4
* patch 8.2.4016: Vim9: incorrect error for argument that is shadowing varv8.2.4016Bram Moolenaar2022-01-063-4/+19
* patch 8.2.4015: build failure with tiny featuresv8.2.4015Bram Moolenaar2022-01-062-0/+4
* patch 8.2.4014: git and gitcommit file types not properly recognizedv8.2.4014Bram Moolenaar2022-01-052-1/+54
* patch 8.2.4013: build failure without the spell featurev8.2.4013Bram Moolenaar2022-01-052-0/+4
* patch 8.2.4012: error messages are spread outv8.2.4012Bram Moolenaar2022-01-0534-156/+357
* patch 8.2.4011: test fails because of changed error numberv8.2.4011Bram Moolenaar2022-01-053-4/+7
* patch 8.2.4010: error messages are spread outv8.2.4010Bram Moolenaar2022-01-0531-87/+200
* patch 8.2.4009: reading one byte beyond the end of the linev8.2.4009Bram Moolenaar2022-01-054-2/+17
* patch 8.2.4008: error messages are spread outv8.2.4008Bram Moolenaar2022-01-0528-76/+187
* patch 8.2.4007: session does not restore help buffer properlyv8.2.4007matveyt2022-01-053-3/+51
* patch 8.2.4006: Vim9: crash when declaring variable on the command linev8.2.4006Bram Moolenaar2022-01-053-3/+39
* patch 8.2.4005: error messages are spread outv8.2.4005Bram Moolenaar2022-01-0425-78/+196
* patch 8.2.4004: old compiler complains about struct init with variablev8.2.4004Bram Moolenaar2022-01-042-2/+4
* patch 8.2.4003: error messages are spread outv8.2.4003Bram Moolenaar2022-01-0414-65/+197
* patch 8.2.4002: first char typed in Select mode can be wrongv8.2.4002zeertzjq2022-01-043-5/+67
* patch 8.2.4001: insert complete code uses global variablesv8.2.4001Yegappan Lakshmanan2022-01-047-163/+246
* patch 8.2.4000: Coverity warns for checking for NULL pointer after using itv8.2.4000Bram Moolenaar2022-01-042-2/+2
* patch 8.2.3999: redundant check for NUL bytev8.2.3999zeertzjq2022-01-042-1/+3
* patch 8.2.3998: asan error for adding zero to NULLv8.2.3998Bram Moolenaar2022-01-042-1/+4