summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-07-26Update runtime files.Bram Moolenaar
2020-07-26patch 8.2.1299: compiler warning for using size_t for int and void pointerv8.2.1299Bram Moolenaar
2020-07-26patch 8.2.1298: compiler warning for unused argument in small versionv8.2.1298Bram Moolenaar
2020-07-26patch 8.2.1297: when a test fails it's often not easy to see wherev8.2.1297Bram Moolenaar
2020-07-26patch 8.2.1296: some part of using 'smarcase' was not testedv8.2.1296Bram Moolenaar
2020-07-26patch 8.2.1295: tests 44 and 99 are old stylev8.2.1295Bram Moolenaar
2020-07-25patch 8.2.1294: Vim9: error when using vim9script in TextYankPostv8.2.1294Bram Moolenaar
2020-07-25patch 8.2.1293: Vim9: error when using vim9script in TextYankPostv8.2.1293Bram Moolenaar
2020-07-25patch 8.2.1292: AIDL filetype not recognizedv8.2.1292Bram Moolenaar
2020-07-25patch 8.2.1291: Vim9: type of varargs items is not checkedv8.2.1291Bram Moolenaar
2020-07-25patch 8.2.1290: Vim9: cannot replace a global functionv8.2.1290Bram Moolenaar
2020-07-25patch 8.2.1289: crash when using a custom completion functionv8.2.1289Bram Moolenaar
2020-07-24patch 8.2.1288: Vim9: cannot use mark in rangev8.2.1288Bram Moolenaar
2020-07-23patch 8.2.1287: Vim9: crash when using an imported functionv8.2.1287Bram Moolenaar
2020-07-23patch 8.2.1286: Vim9: No error when using a type to a window variablev8.2.1286Bram Moolenaar
2020-07-23patch 8.2.1285: Vim9: argument types are not checked on assignmentv8.2.1285Bram Moolenaar
2020-07-23patch 8.2.1284: Vim9: skipping over type includes following white spacev8.2.1284Bram Moolenaar
2020-07-23patch 8.2.1283: Vim9: error for misplaced -> lacks argumentv8.2.1283Bram Moolenaar
2020-07-23patch 8.2.1282: Vim9: crash when using CheckScriptFailure()v8.2.1282Bram Moolenaar
2020-07-23patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar
2020-07-23patch 8.2.1280: Ex command error cannot contain an argumentv8.2.1280Bram Moolenaar
2020-07-23patch 8.2.1279: some tests on Travis have EXITFREE duplicatedv8.2.1279Bram Moolenaar
2020-07-23patch 8.2.1278: Vim9: line break after "->" only allowed in :def functionv8.2.1278Bram Moolenaar
2020-07-23patch 8.2.1277: tests on Travis do not run with EXITFREEv8.2.1277Bram Moolenaar
2020-07-23patch 8.2.1276: MS-Windows: system test may fail if more.exe is installedv8.2.1276Bram Moolenaar
2020-07-23patch 8.2.1275: Vim9: compiler warning for buffer sizev8.2.1275Bram Moolenaar
2020-07-23patch 8.2.1274: Vim9: no error for missing white space at script levelv8.2.1274Bram Moolenaar
2020-07-22patch 8.2.1273: MS-Windows: terminal test may leave file behindv8.2.1273Bram Moolenaar
2020-07-22patch 8.2.1272: Vim9: type not checked if declaration also assigns valuev8.2.1272Bram Moolenaar
2020-07-22patch 8.2.1271: Vim9: Error for Funcref function argument typev8.2.1271Bram Moolenaar
2020-07-22patch 8.2.1270: Vim9: not skipping over function type declarationv8.2.1270Bram Moolenaar
2020-07-22patch 8.2.1269: language and locale code spread outv8.2.1269Bram Moolenaar
2020-07-22patch 8.2.1268: Vim9: no error for using double quote commentv8.2.1268Bram Moolenaar
2020-07-22patch 8.2.1267: MS-Windows: tests may fail due to $PROMPT valuev8.2.1267Bram Moolenaar
2020-07-21patch 8.2.1266: Makefile preference were accidentally includedv8.2.1266Bram Moolenaar
2020-07-21patch 8.2.1265: crash with EXITFREE when split() failsv8.2.1265Bram Moolenaar
2020-07-21patch 8.2.1264: terminal getwinpos() test is a bit flakyv8.2.1264Bram Moolenaar
2020-07-21patch 8.2.1263: Vim9: comperators use 'ignorecase' in Vim9 scriptv8.2.1263Bram Moolenaar
2020-07-21patch 8.2.1262: src/ex_cmds.c file is too bigv8.2.1262Bram Moolenaar
2020-07-21patch 8.2.1261: Vim9: common type of function not testedv8.2.1261Bram Moolenaar
2020-07-21patch 8.2.1260: there is no good test for CursorHoldv8.2.1260Bram Moolenaar
2020-07-21patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointerv8.2.1259Bram Moolenaar
2020-07-20patch 8.2.1258: CursorHold does not work wellv8.2.1258Bram Moolenaar
2020-07-20patch 8.2.1257: Vim9: list unpack doesn't work at the script levelv8.2.1257Bram Moolenaar
2020-07-20patch 8.2.1256: Vim9: type wrong after getting dict item in lambdav8.2.1256Bram Moolenaar
2020-07-20patch 8.2.1255: cannot use a lambda with quickfix functionsv8.2.1255Bram Moolenaar
2020-07-20patch 8.2.1254: MS-Windows: regexp test may fail if 'iskeyword' set wronglyv8.2.1254Bram Moolenaar
2020-07-19patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> insertedv8.2.1253Bram Moolenaar
2020-07-19patch 8.2.1252: ":marks" may show '< and '> mixed upv8.2.1252Bram Moolenaar
2020-07-19patch 8.2.1251: Vim9: warning for pointer usage, test failure undetectedv8.2.1251Bram Moolenaar