summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1320: Vim9: cannot declare some single letter variablesv8.2.1320Bram Moolenaar2020-07-293-7/+38
* patch 8.2.1319: status badge for Github CI has wrong linkv8.2.1319Bram Moolenaar2020-07-293-2/+4
* patch 8.2.1318: no status badge for Github CIv8.2.1318Bram Moolenaar2020-07-292-0/+3
* patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317Bram Moolenaar2020-07-295-34/+230
* patch 8.2.1316: test 42 is still old stylev8.2.1316Bram Moolenaar2020-07-299-12/+133
* patch 8.2.1315: MS-Windows: test log contains escape sequencesv8.2.1315Bram Moolenaar2020-07-292-4/+12
* patch 8.2.1314: Vim9: rule for comment after :function is confusingv8.2.1314Bram Moolenaar2020-07-293-3/+10
* patch 8.2.1313: Vim9 script: cannot assign to environment variablev8.2.1313Bram Moolenaar2020-07-283-67/+108
* patch 8.2.1312: MS-Windows: terminal test may fail if dir.exe existsv8.2.1312Bram Moolenaar2020-07-282-3/+8
* patch 8.2.1311: test failures with legacy Vim scriptv8.2.1311Bram Moolenaar2020-07-282-10/+13
* patch 8.2.1310: configure with Xcode 12 fails to check for tgetentv8.2.1310Bram Moolenaar2020-07-283-2/+4
* patch 8.2.1309: build failure with tiny versionv8.2.1309Bram Moolenaar2020-07-283-2/+8
* patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar2020-07-288-27/+79
* patch 8.2.1307: popup window width does not include number of sign columnsv8.2.1307Bram Moolenaar2020-07-274-6/+43
* 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