summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.1306: checking for first character of dict key is inconsistentv8.2.1306Bram Moolenaar2020-07-277-10/+40
* patch 8.2.1305: some tests are still old stylev8.2.1305Bram Moolenaar2020-07-2712-198/+190
* patch 8.2.1304: debug backtrace isn't tested muchv8.2.1304Bram Moolenaar2020-07-273-6/+453
* patch 8.2.1303: calling popup_setoptions() resets 'signcolumn'v8.2.1303Bram Moolenaar2020-07-263-2/+16
* patch 8.2.1302: Vim9: varargs arg after optional arg does not workv8.2.1302Bram Moolenaar2020-07-263-5/+29
* patch 8.2.1301: Vim9: varargs argument type not parsed properlyv8.2.1301Bram Moolenaar2020-07-263-0/+17
* patch 8.2.1300: Vim9: optional argument type not parsed properlyv8.2.1300Bram Moolenaar2020-07-266-11/+37
* Update runtime files.Bram Moolenaar2020-07-2645-474/+768
* patch 8.2.1299: compiler warning for using size_t for int and void pointerv8.2.1299Bram Moolenaar2020-07-262-4/+6
* patch 8.2.1298: compiler warning for unused argument in small versionv8.2.1298Bram Moolenaar2020-07-262-1/+3
* patch 8.2.1297: when a test fails it's often not easy to see wherev8.2.1297Bram Moolenaar2020-07-2610-69/+102
* patch 8.2.1296: some part of using 'smarcase' was not testedv8.2.1296Bram Moolenaar2020-07-262-1/+22
* patch 8.2.1295: tests 44 and 99 are old stylev8.2.1295Bram Moolenaar2020-07-269-205/+130
* patch 8.2.1294: Vim9: error when using vim9script in TextYankPostv8.2.1294Bram Moolenaar2020-07-253-325/+338
* patch 8.2.1293: Vim9: error when using vim9script in TextYankPostv8.2.1293Bram Moolenaar2020-07-253-1/+35
* patch 8.2.1292: AIDL filetype not recognizedv8.2.1292Bram Moolenaar2020-07-253-0/+6
* patch 8.2.1291: Vim9: type of varargs items is not checkedv8.2.1291Bram Moolenaar2020-07-253-2/+70
* patch 8.2.1290: Vim9: cannot replace a global functionv8.2.1290Bram Moolenaar2020-07-253-6/+59
* patch 8.2.1289: crash when using a custom completion functionv8.2.1289Bram Moolenaar2020-07-252-11/+4
* patch 8.2.1288: Vim9: cannot use mark in rangev8.2.1288Bram Moolenaar2020-07-243-1/+12
* patch 8.2.1287: Vim9: crash when using an imported functionv8.2.1287Bram Moolenaar2020-07-234-7/+17
* patch 8.2.1286: Vim9: No error when using a type to a window variablev8.2.1286Bram Moolenaar2020-07-233-0/+19
* patch 8.2.1285: Vim9: argument types are not checked on assignmentv8.2.1285Bram Moolenaar2020-07-233-0/+34
* patch 8.2.1284: Vim9: skipping over type includes following white spacev8.2.1284Bram Moolenaar2020-07-233-1/+13
* patch 8.2.1283: Vim9: error for misplaced -> lacks argumentv8.2.1283Bram Moolenaar2020-07-233-2/+6
* patch 8.2.1282: Vim9: crash when using CheckScriptFailure()v8.2.1282Bram Moolenaar2020-07-233-8/+17
* patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar2020-07-2313-22/+24
* patch 8.2.1280: Ex command error cannot contain an argumentv8.2.1280Bram Moolenaar2020-07-237-61/+79
* patch 8.2.1279: some tests on Travis have EXITFREE duplicatedv8.2.1279Bram Moolenaar2020-07-232-3/+5
* patch 8.2.1278: Vim9: line break after "->" only allowed in :def functionv8.2.1278Bram Moolenaar2020-07-234-6/+16
* patch 8.2.1277: tests on Travis do not run with EXITFREEv8.2.1277Bram Moolenaar2020-07-232-8/+10
* patch 8.2.1276: MS-Windows: system test may fail if more.exe is installedv8.2.1276Bram Moolenaar2020-07-232-4/+6
* patch 8.2.1275: Vim9: compiler warning for buffer sizev8.2.1275Bram Moolenaar2020-07-232-2/+4
* patch 8.2.1274: Vim9: no error for missing white space at script levelv8.2.1274Bram Moolenaar2020-07-235-10/+36
* patch 8.2.1273: MS-Windows: terminal test may leave file behindv8.2.1273Bram Moolenaar2020-07-222-0/+9
* patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar2020-07-227-74/+105
* patch 8.2.1271: Vim9: Error for Funcref function argument typev8.2.1271Bram Moolenaar2020-07-223-0/+37
* patch 8.2.1270: Vim9: not skipping over function type declarationv8.2.1270Bram Moolenaar2020-07-223-15/+36
* patch 8.2.1269: language and locale code spread outv8.2.1269Bram Moolenaar2020-07-2214-561/+601
* patch 8.2.1268: Vim9: no error for using double quote commentv8.2.1268Bram Moolenaar2020-07-223-4/+40
* patch 8.2.1267: MS-Windows: tests may fail due to $PROMPT valuev8.2.1267Bram Moolenaar2020-07-222-0/+7
* patch 8.2.1266: Makefile preference were accidentally includedv8.2.1266Bram Moolenaar2020-07-212-7/+9
* patch 8.2.1265: crash with EXITFREE when split() failsv8.2.1265Bram Moolenaar2020-07-212-2/+5
* patch 8.2.1264: terminal getwinpos() test is a bit flakyv8.2.1264Bram Moolenaar2020-07-212-6/+5
* patch 8.2.1263: Vim9: comperators use 'ignorecase' in Vim9 scriptv8.2.1263Bram Moolenaar2020-07-215-16/+43
* patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262Bram Moolenaar2020-07-2114-1346/+1344
* patch 8.2.1261: Vim9: common type of function not testedv8.2.1261Bram Moolenaar2020-07-214-3/+29
* patch 8.2.1260: there is no good test for CursorHoldv8.2.1260Bram Moolenaar2020-07-214-27/+31
* patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointerv8.2.1259Bram Moolenaar2020-07-213-1/+33
* patch 8.2.1258: CursorHold does not work wellv8.2.1258Bram Moolenaar2020-07-202-1/+8