summaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)Author
2020-08-05patch 8.2.1376: Vim9: expression mapping causes error for using :importv8.2.1376Bram Moolenaar
2020-08-05patch 8.2.1375: Vim9: method name with digit not acceptedv8.2.1375Bram Moolenaar
2020-08-05patch 8.2.1374: Vim9: error for assigning empty list to script variablev8.2.1374Bram Moolenaar
2020-08-05patch 8.2.1373: Vim9: no error for assigning to non-existing script varv8.2.1373Bram Moolenaar
2020-08-05patch 8.2.1372: Vim9: no error for missing white space around operatorv8.2.1372Bram Moolenaar
2020-08-05patch 8.2.1371: Vim9: no error for missing white space around operatorv8.2.1371Bram Moolenaar
2020-08-05patch 8.2.1370: MS-Windows: warning for using fstat() with stat_Tv8.2.1370Bram Moolenaar
2020-08-05patch 8.2.1369: MS-Windows: autocommand test sometimes failsv8.2.1369Bram Moolenaar
2020-08-05patch 8.2.1368: Vim9: no error for missing white space around operatorv8.2.1368Bram Moolenaar
2020-08-05patch 8.2.1367: Vim9: no error for missing white space around operatorv8.2.1367Bram Moolenaar
2020-08-05patch 8.2.1366: test 49 is old stylev8.2.1366Bram Moolenaar
2020-08-05patch 8.2.1365: Vim9: no error for missing white space around operatorv8.2.1365Bram Moolenaar
2020-08-04patch 8.2.1364: invalid memory access when searching for raw stringv8.2.1364Bram Moolenaar
2020-08-04patch 8.2.1363: test trying to run terminal when it is not supportedv8.2.1363Bram Moolenaar
2020-08-04patch 8.2.1362: last entry of ":set term=xxx" overwritten by error messagev8.2.1362Bram Moolenaar
2020-08-04patch 8.2.1361: error for white space after expression in assignmentv8.2.1361Bram Moolenaar
2020-08-03patch 8.2.1360: stray error for white space after expressionv8.2.1360Bram Moolenaar
2020-08-02patch 8.2.1359: Vim9: cannot assign to / register in Vim9 scriptv8.2.1359Bram Moolenaar
2020-08-02patch 8.2.1358: Vim9: test fails with +dnd is not availablev8.2.1358Bram Moolenaar
2020-08-02patch 8.2.1357: Vim9: cannot assign to / registerv8.2.1357Bram Moolenaar
2020-08-02patch 8.2.1356: Vim9: cannot get the percent registerv8.2.1356Bram Moolenaar
2020-08-02patch 8.2.1355: Vim9: no error using :let for options and registersv8.2.1355Bram Moolenaar
2020-08-02patch 8.2.1354: test 59 is old stylev8.2.1354Bram Moolenaar
2020-08-02patch 8.2.1353: crash when drawing double-wide character in terminal windowv8.2.1353Bram Moolenaar
2020-08-01patch 8.2.1352: Vim9: no error for shadowing a script-local functionv8.2.1352Bram Moolenaar
2020-08-01patch 8.2.1351: Vim9: no proper error if using namespace for nested functionv8.2.1351Bram Moolenaar
2020-08-01patch 8.2.1350: Vim9: no test for error message when redefining functionv8.2.1350Bram Moolenaar
2020-08-01patch 8.2.1349: Vim9: can define a function with the name of an importv8.2.1349Bram Moolenaar
2020-08-01patch 8.2.1348: build failure without the eval featurev8.2.1348Bram Moolenaar
2020-08-01patch 8.2.1347: cannot easily get the script IDv8.2.1347Bram Moolenaar
2020-08-01patch 8.2.1346: small build failsv8.2.1346Bram Moolenaar
2020-08-01patch 8.2.1345: Redraw error when using visual block and scrollv8.2.1345Bram Moolenaar
2020-08-01patch 8.2.1344: Vim9: No test for trying to redefine global functionv8.2.1344Bram Moolenaar
2020-08-01patch 8.2.1343: Vim9: cannot find global function when using g:v8.2.1343Bram Moolenaar
2020-08-01patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar
2020-08-01patch 8.2.1341: build failuresv8.2.1341Bram Moolenaar
2020-08-01patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSDv8.2.1340Bram Moolenaar
2020-08-01patch 8.2.1339: Vim9: assigning to global dict variable doesn't workv8.2.1339Bram Moolenaar
2020-08-01patch 8.2.1338: Vim9: assigning to script-local variable doesn't check typev8.2.1338Bram Moolenaar
2020-08-01patch 8.2.1337: Vim9: cannot use empty key in dict assignmentv8.2.1337Bram Moolenaar
2020-08-01patch 8.2.1336: build failure on non-Unix systemsv8.2.1336Bram Moolenaar
2020-08-01patch 8.2.1335: CTRL-C in the GUI doesn't interruptv8.2.1335Bram Moolenaar
2020-08-01patch 8.2.1334: Github workflow timeout needs tuningv8.2.1334Bram Moolenaar
2020-08-01patch 8.2.1333: Vim9: memory leak when using nested global functionv8.2.1333Bram Moolenaar
2020-07-31patch 8.2.1332: Vim9: memory leak when using nested global functionv8.2.1332Bram Moolenaar
2020-07-31patch 8.2.1331: Vim9: :echo with two lists doesn't workv8.2.1331Bram Moolenaar
2020-07-31patch 8.2.1330: Github workflow takes longer than neededv8.2.1330Bram Moolenaar
2020-07-31patch 8.2.1329: Vim9: cannot define global function inside :def functionv8.2.1329Bram Moolenaar
2020-07-30patch 8.2.1328: no space allowed before comma in listv8.2.1328Bram Moolenaar
2020-07-30patch 8.2.1327: Mac: configure can't find Tcl librariesv8.2.1327Bram Moolenaar