summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1388: Vim9: += only works for numbersv8.2.1388Bram Moolenaar2020-08-073-32/+77
* 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-071-0/+2
* 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-027-930/+775
* 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
* patch 8.2.1347: cannot easily get the script IDv8.2.1347Bram Moolenaar2020-08-013-7/+34
* patch 8.2.1346: small build failsv8.2.1346Bram Moolenaar2020-08-012-1/+4
* patch 8.2.1345: Redraw error when using visual block and scrollv8.2.1345Bram Moolenaar2020-08-014-3/+38
* patch 8.2.1344: Vim9: No test for trying to redefine global functionv8.2.1344Bram Moolenaar2020-08-012-0/+15
* patch 8.2.1343: Vim9: cannot find global function when using g:v8.2.1343Bram Moolenaar2020-08-013-9/+32
* patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar2020-08-015-6/+16
* patch 8.2.1341: build failuresv8.2.1341Bram Moolenaar2020-08-012-0/+3
* patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSDv8.2.1340Bram Moolenaar2020-08-016-43/+52
* patch 8.2.1339: Vim9: assigning to global dict variable doesn't workv8.2.1339Bram Moolenaar2020-08-013-5/+41