summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 9.0.1406: ILE RPG files are not recognizedv9.0.1406Andreas Louv2023-03-163-0/+6
* patch 9.0.1405: missing check for out-of-memoryv9.0.1405Bram Moolenaar2023-03-152-14/+18
* patch 9.0.1404: compilation error with some compilersv9.0.1404Bram Moolenaar2023-03-152-4/+13
* patch 9.0.1403: unused variables and functionsv9.0.1403Dominique Pelle2023-03-1213-26/+38
* patch 9.0.1402: crash when using null_classv9.0.1402Bram Moolenaar2023-03-113-0/+15
* patch 9.0.1401: condition is always truev9.0.1401zeertzjq2023-03-112-12/+11
* patch 9.0.1400: find_file_in_path() is not reentrantv9.0.1400Bram Moolenaar2023-03-116-69/+96
* patch 9.0.1399: highlight test script has a few problemsv9.0.1399lagygoill2023-03-103-143/+125
* patch 9.0.1398: profile test repeats the headers many timesv9.0.1398Bram Moolenaar2023-03-102-22/+27
* patch 9.0.1397: highlight for popupmenu kind and extra cannot be setv9.0.1397Gianmaria Bajo2023-03-1010-16/+152
* patch 9.0.1396: sort(list, 'N') does not work in Vim9 script contextv9.0.1396Bram Moolenaar2023-03-096-10/+31
* patch 9.0.1395: Odin files are not recognizedv9.0.1395Amaan Qureshi2023-03-083-0/+6
* patch 9.0.1394: Unx Tal files are not recognizedv9.0.1394Amaan Qureshi2023-03-083-0/+6
* patch 9.0.1393: Cairo files are not recognizedv9.0.1393Amaan Qureshi2023-03-083-0/+6
* patch 9.0.1392: using NULL pointer with nested :open commandv9.0.1392Bram Moolenaar2023-03-074-7/+39
* patch 9.0.1391: "clear" macros are not always usedv9.0.1391Yegappan Lakshmanan2023-03-0723-70/+39
* patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected filev9.0.1390Yegappan Lakshmanan2023-03-0731-109/+126
* patch 9.0.1389: Amiga: a couple of include files are included twicev9.0.1389=?UTF-8?q?Ola=20S=C3=B6der?=2023-03-072-3/+5
* patch 9.0.1388: Amiga: not all builds use gethostname()v9.0.1388=?UTF-8?q?Ola=20S=C3=B6der?=2023-03-062-1/+3
* patch 9.0.1387: scrollbar test sporadically failsv9.0.1387Christian Brabandt2023-03-062-1/+6
* patch 9.0.1386: options test fails with some window widthv9.0.1386zeertzjq2023-03-063-2/+8
* patch 9.0.1385: g'Esc is considered an errorv9.0.1385zeertzjq2023-03-053-5/+43
* patch 9.0.1384: setting HOMEBREW_NO_AUTO_UPDATE is not needed with version 4v9.0.1384Philip H2023-03-052-2/+2
* patch 9.0.1383: xxd: combination of little endian and cols failsv9.0.1383Bram Moolenaar2023-03-053-2/+24
* patch 9.0.1382: failing test for strptime() doesn't show returned valuev9.0.1382Bram Moolenaar2023-03-052-2/+4
* patch 9.0.1381: ACCESS_ names have a conflict with on some systemsv9.0.1381=?UTF-8?q?Ola=20S=C3=B6der?=2023-03-055-9/+11
* patch 9.0.1380: CTRL-X on 2**64 subtracts twov9.0.1380Bram Moolenaar2023-03-0412-21/+69
* patch 9.0.1379: functions for handling options are not orderedv9.0.1379Yegappan Lakshmanan2023-03-049-1042/+1060
* patch 9.0.1378: illegal memory access when using virtual editingv9.0.1378Bram Moolenaar2023-03-043-0/+14
* patch 9.0.1377: job_status() may return "dead" if the process parent changedv9.0.1377Bram Moolenaar2023-03-042-1/+10
* patch 9.0.1376: accessing invalid memory with put in Visual block modev9.0.1376Bram Moolenaar2023-03-033-1/+23
* patch 9.0.1375: crash when getting member of obj of unknown classv9.0.1375Ernie Rael2023-03-034-0/+30
* patch 9.0.1374: function for setting options not used consistentlyv9.0.1374Yegappan Lakshmanan2023-03-036-135/+152
* patch 9.0.1373: wrong text displayed when using both 'linebreak' and 'list'v9.0.1373h-east2023-03-023-1/+28
* patch 9.0.1372: test for 'toolbariconsize' may failv9.0.1372James McCoy2023-03-022-0/+4
* patch 9.0.1371: ballooneval interferes with Insert completionv9.0.1371zeertzjq2023-03-023-5/+55
* patch 9.0.1370: crash when using a NULL objectv9.0.1370Bram Moolenaar2023-03-023-0/+27
* patch 9.0.1369: still some "else if" constructs for setting optionsv9.0.1369Yegappan Lakshmanan2023-03-028-208/+186
* patch 9.0.1368: Bass files are not recognizedv9.0.1368Amaan Qureshi2023-03-023-0/+6
* patch 9.0.1367: divide by zero in zero-width windowv9.0.1367Bram Moolenaar2023-03-013-11/+32
* patch 9.0.1366: functions for setting options are in random orderv9.0.1366Yegappan Lakshmanan2023-03-013-1193/+1210
* patch 9.0.1365: dead test codev9.0.1365zeertzjq2023-02-282-7/+4
* patch 9.0.1364: build error with older Mac OSv9.0.1364Yee Cheng Chin2023-02-282-1/+4
* patch 9.0.1363: crash when :def function has :break in skipped blockv9.0.1363Bram Moolenaar2023-02-273-1/+31
* patch 9.0.1362: ml_get error when going to another tabv9.0.1362Bram Moolenaar2023-02-273-5/+22
* Update runtime filesBram Moolenaar2023-02-2735-203/+683
* patch 9.0.1361: extendnew() not sufficiently testedv9.0.1361zeertzjq2023-02-272-1/+7
* patch 9.0.1360: Cue files are not recognizedv9.0.1360Amaan Qureshi2023-02-273-2/+8
* patch 9.0.1359: too many "else if" statements in handling optionsv9.0.1359Yegappan Lakshmanan2023-02-278-61/+188
* patch 9.0.1358: compilation error with some compilersv9.0.1358Bram Moolenaar2023-02-274-7/+9