summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2020-07-19patch 8.2.1250: Vim9: cannot use the g:, b:, t: and w: namespacesv8.2.1250Bram Moolenaar
2020-07-19patch 8.2.1249: Vim9: disassemble test failsv8.2.1249Bram Moolenaar
2020-07-19patch 8.2.1248: Netbeans test is flaky in the GUIv8.2.1248Bram Moolenaar
2020-07-19patch 8.2.1247: Vim9: cannot index a character in a stringv8.2.1247Bram Moolenaar
2020-07-19patch 8.2.1246: Vim9: comment after assignment doesn't workv8.2.1246Bram Moolenaar
2020-07-19patch 8.2.1245: build failure in tiny versionv8.2.1245Bram Moolenaar
2020-07-19patch 8.2.1244: Vim9: in lambda index assumes a listv8.2.1244Bram Moolenaar
2020-07-19patch 8.2.1243: Vim9: cannot have a comment line halfway a listv8.2.1243Bram Moolenaar
2020-07-19patch 8.2.1242: Vim9: no error if calling a function with wrong typev8.2.1242Bram Moolenaar
2020-07-18patch 8.2.1241: cannot use getbufinfo() as a methodv8.2.1241Bram Moolenaar
2020-07-18patch 8.2.1240: GUI tests sometimes fail because of translationsv8.2.1240Bram Moolenaar
2020-07-18patch 8.2.1239: "maxwidth" in 'completepopup' not obeyedv8.2.1239Bram Moolenaar
2020-07-18patch 8.2.1238: Vim9: a few remaining errors not caught by try/catchv8.2.1238Bram Moolenaar
2020-07-18patch 8.2.1237: changing 'completepopup' after opening popup has no effectv8.2.1237Bram Moolenaar
2020-07-18patch 8.2.1236: Vim9: a few errors not caught by try/catchv8.2.1236Bram Moolenaar
2020-07-18patch 8.2.1235: Not all mouse codes covered by testsv8.2.1235Bram Moolenaar
2020-07-18patch 8.2.1234: Lua build problem with old compilerv8.2.1234Bram Moolenaar
2020-07-17patch 8.2.1233: Vim9: various errors not caught by try/catchv8.2.1233Bram Moolenaar
2020-07-17patch 8.2.1232: MS-Windows GUI: Snap cancelled by split commandv8.2.1232Bram Moolenaar
2020-07-17patch 8.2.1231: MS-Windows: GUI code can be cleaned upv8.2.1231Bram Moolenaar