summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1396: Vim9: no error for unexpectedly returning a valuev8.2.1396Bram Moolenaar2020-08-083-15/+57
* patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letterv8.2.1395Bram Moolenaar2020-08-088-10/+20
* patch 8.2.1394: Vim9: compiling a function interferes with command modifiersv8.2.1394Bram Moolenaar2020-08-084-11/+35
* patch 8.2.1393: insufficient testing for script debuggingv8.2.1393Bram Moolenaar2020-08-082-10/+276
* patch 8.2.1392: Vim9: line number incorrect after skipping over comment linesv8.2.1392Bram Moolenaar2020-08-083-0/+55
* patch 8.2.1391: Vim9: no error for shadowing a script functionv8.2.1391Bram Moolenaar2020-08-073-0/+16
* patch 8.2.1390: Vim9: type error after storing an option valuev8.2.1390Bram Moolenaar2020-08-073-1/+8
* patch 8.2.1389: file missing from the distributionv8.2.1389Bram Moolenaar2020-08-072-0/+3
* patch 8.2.1388: Vim9: += only works for numbersv8.2.1388Bram Moolenaar2020-08-073-32/+77
* Update runtime files.Bram Moolenaar2020-08-0738-162/+400
* patch 8.2.1387: Vim9: cannot assign to single letter variable with typev8.2.1387Bram Moolenaar2020-08-073-6/+28
* patch 8.2.1386: backslash not removed afer space with space in 'isfname'v8.2.1386Bram Moolenaar2020-08-073-3/+15
* patch 8.2.1385: no testing on ARMv8.2.1385Bram Moolenaar2020-08-072-15/+35
* patch 8.2.1384: no ATTENTION prompt for :vimgrep first match filev8.2.1384Bram Moolenaar2020-08-074-1/+44
* patch 8.2.1383: test 49 is old stylev8.2.1383Bram Moolenaar2020-08-074-1188/+1156
* patch 8.2.1382: Vim9: using :import in filetype plugin gives an errorv8.2.1382Bram Moolenaar2020-08-063-1/+33
* patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirectedv8.2.1381Bram Moolenaar2020-08-064-1/+51
* patch 8.2.1380: Vim9: return type of getreg() is always a stringv8.2.1380Bram Moolenaar2020-08-063-1/+18
* patch 8.2.1379: curly braces expression ending in " }" does not workv8.2.1379Bram Moolenaar2020-08-063-1/+25
* patch 8.2.1378: cannot put space between function name and parenv8.2.1378Bram Moolenaar2020-08-064-1/+15
* patch 8.2.1377: triggering the ATTENTION prompt causes typeahead mess upv8.2.1377Bram Moolenaar2020-08-052-0/+4
* patch 8.2.1376: Vim9: expression mapping causes error for using :importv8.2.1376Bram Moolenaar2020-08-053-2/+34
* patch 8.2.1375: Vim9: method name with digit not acceptedv8.2.1375Bram Moolenaar2020-08-053-3/+5
* patch 8.2.1374: Vim9: error for assigning empty list to script variablev8.2.1374Bram Moolenaar2020-08-053-6/+25
* patch 8.2.1373: Vim9: no error for assigning to non-existing script varv8.2.1373Bram Moolenaar2020-08-055-36/+68
* patch 8.2.1372: Vim9: no error for missing white space around operatorv8.2.1372Bram Moolenaar2020-08-053-4/+61
* patch 8.2.1371: Vim9: no error for missing white space around operatorv8.2.1371Bram Moolenaar2020-08-053-0/+64
* patch 8.2.1370: MS-Windows: warning for using fstat() with stat_Tv8.2.1370Bram Moolenaar2020-08-052-1/+11
* patch 8.2.1369: MS-Windows: autocommand test sometimes failsv8.2.1369Bram Moolenaar2020-08-052-1/+3
* patch 8.2.1368: Vim9: no error for missing white space around operatorv8.2.1368Bram Moolenaar2020-08-053-5/+53
* patch 8.2.1367: Vim9: no error for missing white space around operatorv8.2.1367Bram Moolenaar2020-08-053-5/+56
* patch 8.2.1366: test 49 is old stylev8.2.1366Bram Moolenaar2020-08-055-1752/+1835
* patch 8.2.1365: Vim9: no error for missing white space around operatorv8.2.1365Bram Moolenaar2020-08-057-26/+80
* patch 8.2.1364: invalid memory access when searching for raw stringv8.2.1364Bram Moolenaar2020-08-042-2/+4
* patch 8.2.1363: test trying to run terminal when it is not supportedv8.2.1363Bram Moolenaar2020-08-042-0/+4
* patch 8.2.1362: last entry of ":set term=xxx" overwritten by error messagev8.2.1362Bram Moolenaar2020-08-043-0/+19
* patch 8.2.1361: error for white space after expression in assignmentv8.2.1361Bram Moolenaar2020-08-043-0/+6
* patch 8.2.1360: stray error for white space after expressionv8.2.1360Bram Moolenaar2020-08-033-1/+4
* patch 8.2.1359: Vim9: cannot assign to / register in Vim9 scriptv8.2.1359Bram Moolenaar2020-08-023-3/+24
* patch 8.2.1358: Vim9: test fails with +dnd is not availablev8.2.1358Bram Moolenaar2020-08-022-1/+8
* patch 8.2.1357: Vim9: cannot assign to / registerv8.2.1357Bram Moolenaar2020-08-024-6/+24
* patch 8.2.1356: Vim9: cannot get the percent registerv8.2.1356Bram Moolenaar2020-08-023-1/+12
* patch 8.2.1355: Vim9: no error using :let for options and registersv8.2.1355Bram Moolenaar2020-08-024-48/+36
* patch 8.2.1354: test 59 is old stylev8.2.1354Bram Moolenaar2020-08-028-932/+780
* patch 8.2.1353: crash when drawing double-wide character in terminal windowv8.2.1353Bram Moolenaar2020-08-023-1/+23
* patch 8.2.1352: Vim9: no error for shadowing a script-local functionv8.2.1352Bram Moolenaar2020-08-013-1/+23
* patch 8.2.1351: Vim9: no proper error if using namespace for nested functionv8.2.1351Bram Moolenaar2020-08-013-1/+11
* patch 8.2.1350: Vim9: no test for error message when redefining functionv8.2.1350Bram Moolenaar2020-08-012-0/+15
* patch 8.2.1349: Vim9: can define a function with the name of an importv8.2.1349Bram Moolenaar2020-08-015-10/+66
* patch 8.2.1348: build failure without the eval featurev8.2.1348Bram Moolenaar2020-08-012-1/+3