summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.1347: cannot easily get the script IDv8.2.1347Bram Moolenaar2020-08-014-7/+38
* 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-016-11/+22
* 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-017-45/+57
* patch 8.2.1339: Vim9: assigning to global dict variable doesn't workv8.2.1339Bram Moolenaar2020-08-013-5/+41
* patch 8.2.1338: Vim9: assigning to script-local variable doesn't check typev8.2.1338Bram Moolenaar2020-08-014-21/+57
* patch 8.2.1337: Vim9: cannot use empty key in dict assignmentv8.2.1337Bram Moolenaar2020-08-013-13/+8
* patch 8.2.1336: build failure on non-Unix systemsv8.2.1336Bram Moolenaar2020-08-012-1/+6
* patch 8.2.1335: CTRL-C in the GUI doesn't interruptv8.2.1335Bram Moolenaar2020-08-016-15/+52
* patch 8.2.1334: Github workflow timeout needs tuningv8.2.1334Bram Moolenaar2020-08-012-3/+9
* patch 8.2.1333: Vim9: memory leak when using nested global functionv8.2.1333Bram Moolenaar2020-08-013-18/+21
* patch 8.2.1332: Vim9: memory leak when using nested global functionv8.2.1332Bram Moolenaar2020-07-315-25/+49
* patch 8.2.1331: Vim9: :echo with two lists doesn't workv8.2.1331Bram Moolenaar2020-07-313-1/+11
* patch 8.2.1330: Github workflow takes longer than neededv8.2.1330Bram Moolenaar2020-07-312-10/+25
* patch 8.2.1329: Vim9: cannot define global function inside :def functionv8.2.1329Bram Moolenaar2020-07-3111-12/+237
* patch 8.2.1328: no space allowed before comma in listv8.2.1328Bram Moolenaar2020-07-304-2/+17
* patch 8.2.1327: Mac: configure can't find Tcl librariesv8.2.1327Bram Moolenaar2020-07-303-4/+12
* patch 8.2.1326: Vim9: skipping over white space after listv8.2.1326Bram Moolenaar2020-07-3011-37/+62
* patch 8.2.1325: Vim9: using Vim9 script for autaload not testedv8.2.1325Bram Moolenaar2020-07-294-3/+23
* patch 8.2.1324: Vim9: line break after "=" does not workv8.2.1324Bram Moolenaar2020-07-293-2/+24
* patch 8.2.1323: Vim9: invalid operators only rejected in :def functionv8.2.1323Bram Moolenaar2020-07-295-41/+38
* patch 8.2.1322: Vim9: method on double quoted string doesn't workv8.2.1322Bram Moolenaar2020-07-294-3/+17
* patch 8.2.1321: GitHub CI also runs on tag pushv8.2.1321Bram Moolenaar2020-07-292-0/+4
* patch 8.2.1320: Vim9: cannot declare some single letter variablesv8.2.1320Bram Moolenaar2020-07-293-7/+38
* patch 8.2.1319: status badge for Github CI has wrong linkv8.2.1319Bram Moolenaar2020-07-293-2/+4
* patch 8.2.1318: no status badge for Github CIv8.2.1318Bram Moolenaar2020-07-292-0/+3
* patch 8.2.1317: MS-Windows tests on AppVeyor are slowv8.2.1317Bram Moolenaar2020-07-295-34/+230
* patch 8.2.1316: test 42 is still old stylev8.2.1316Bram Moolenaar2020-07-299-12/+133
* patch 8.2.1315: MS-Windows: test log contains escape sequencesv8.2.1315Bram Moolenaar2020-07-292-4/+12
* patch 8.2.1314: Vim9: rule for comment after :function is confusingv8.2.1314Bram Moolenaar2020-07-293-3/+10
* patch 8.2.1313: Vim9 script: cannot assign to environment variablev8.2.1313Bram Moolenaar2020-07-283-67/+108
* patch 8.2.1312: MS-Windows: terminal test may fail if dir.exe existsv8.2.1312Bram Moolenaar2020-07-282-3/+8
* patch 8.2.1311: test failures with legacy Vim scriptv8.2.1311Bram Moolenaar2020-07-282-10/+13
* patch 8.2.1310: configure with Xcode 12 fails to check for tgetentv8.2.1310Bram Moolenaar2020-07-283-2/+4
* patch 8.2.1309: build failure with tiny versionv8.2.1309Bram Moolenaar2020-07-283-2/+8
* patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar2020-07-288-27/+79
* patch 8.2.1307: popup window width does not include number of sign columnsv8.2.1307Bram Moolenaar2020-07-274-6/+43