summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-07patch 8.2.1389: file missing from the distributionv8.2.1389Bram Moolenaar
2020-08-07patch 8.2.1388: Vim9: += only works for numbersv8.2.1388Bram Moolenaar
2020-08-07Update runtime files.Bram Moolenaar
2020-08-07patch 8.2.1387: Vim9: cannot assign to single letter variable with typev8.2.1387Bram Moolenaar
2020-08-07patch 8.2.1386: backslash not removed afer space with space in 'isfname'v8.2.1386Bram Moolenaar
2020-08-07patch 8.2.1385: no testing on ARMv8.2.1385Bram Moolenaar
2020-08-07patch 8.2.1384: no ATTENTION prompt for :vimgrep first match filev8.2.1384Bram Moolenaar
2020-08-07patch 8.2.1383: test 49 is old stylev8.2.1383Bram Moolenaar
2020-08-06patch 8.2.1382: Vim9: using :import in filetype plugin gives an errorv8.2.1382Bram Moolenaar
2020-08-06patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirectedv8.2.1381Bram Moolenaar
2020-08-06patch 8.2.1380: Vim9: return type of getreg() is always a stringv8.2.1380Bram Moolenaar
2020-08-06patch 8.2.1379: curly braces expression ending in " }" does not workv8.2.1379Bram Moolenaar
2020-08-06patch 8.2.1378: cannot put space between function name and parenv8.2.1378Bram Moolenaar
2020-08-05patch 8.2.1377: triggering the ATTENTION prompt causes typeahead mess upv8.2.1377Bram Moolenaar
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