log src/version.c @ 21580:93dae47699fb v8.2.1340

age author description
Sat, 01 Aug 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1340: some tests fail on Cirrus CI and/or with FreeBSD v8.2.1340
Sat, 01 Aug 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1339: Vim9: assigning to global dict variable doesn't work v8.2.1339
Sat, 01 Aug 2020 15:45:06 +0200 Bram Moolenaar patch 8.2.1338: Vim9: assigning to script-local variable doesn't check type v8.2.1338
Sat, 01 Aug 2020 14:15:03 +0200 Bram Moolenaar patch 8.2.1337: Vim9: cannot use empty key in dict assignment v8.2.1337
Sat, 01 Aug 2020 13:30:05 +0200 Bram Moolenaar patch 8.2.1336: build failure on non-Unix systems v8.2.1336
Sat, 01 Aug 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.1335: CTRL-C in the GUI doesn't interrupt v8.2.1335
Sat, 01 Aug 2020 12:30:04 +0200 Bram Moolenaar patch 8.2.1334: Github workflow timeout needs tuning v8.2.1334
Sat, 01 Aug 2020 00:15:04 +0200 Bram Moolenaar patch 8.2.1333: Vim9: memory leak when using nested global function v8.2.1333
Sat, 01 Aug 2020 00:00:11 +0200 Bram Moolenaar patch 8.2.1332: Vim9: memory leak when using nested global function v8.2.1332
Fri, 31 Jul 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1331: Vim9: :echo with two lists doesn't work v8.2.1331
Fri, 31 Jul 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1330: Github workflow takes longer than needed v8.2.1330
Fri, 31 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1329: Vim9: cannot define global function inside :def function v8.2.1329
Thu, 30 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1328: no space allowed before comma in list v8.2.1328
Thu, 30 Jul 2020 20:30:06 +0200 Bram Moolenaar patch 8.2.1327: Mac: configure can't find Tcl libraries v8.2.1327
Thu, 30 Jul 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.1326: Vim9: skipping over white space after list v8.2.1326
Wed, 29 Jul 2020 22:15:05 +0200 Bram Moolenaar patch 8.2.1325: Vim9: using Vim9 script for autaload not tested v8.2.1325
Wed, 29 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1324: Vim9: line break after "=" does not work v8.2.1324
Wed, 29 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1323: Vim9: invalid operators only rejected in :def function v8.2.1323
Wed, 29 Jul 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1322: Vim9: method on double quoted string doesn't work v8.2.1322
Wed, 29 Jul 2020 19:30:05 +0200 Bram Moolenaar patch 8.2.1321: GitHub CI also runs on tag push v8.2.1321
Wed, 29 Jul 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1320: Vim9: cannot declare some single letter variables v8.2.1320
Wed, 29 Jul 2020 17:45:04 +0200 Bram Moolenaar patch 8.2.1319: status badge for Github CI has wrong link v8.2.1319
Wed, 29 Jul 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1318: no status badge for Github CI v8.2.1318
Wed, 29 Jul 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1317: MS-Windows tests on AppVeyor are slow v8.2.1317
Wed, 29 Jul 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.1316: test 42 is still old style v8.2.1316
Wed, 29 Jul 2020 15:15:06 +0200 Bram Moolenaar patch 8.2.1315: MS-Windows: test log contains escape sequences v8.2.1315
Wed, 29 Jul 2020 14:45:05 +0200 Bram Moolenaar patch 8.2.1314: Vim9: rule for comment after :function is confusing v8.2.1314
Tue, 28 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1313: Vim9 script: cannot assign to environment variable v8.2.1313
Tue, 28 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1312: MS-Windows: terminal test may fail if dir.exe exists v8.2.1312
Tue, 28 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1311: test failures with legacy Vim script v8.2.1311
Tue, 28 Jul 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1310: configure with Xcode 12 fails to check for tgetent v8.2.1310
Tue, 28 Jul 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.1309: build failure with tiny version v8.2.1309
Tue, 28 Jul 2020 20:15:07 +0200 Bram Moolenaar patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit v8.2.1308
Mon, 27 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1307: popup window width does not include number of sign columns v8.2.1307
Mon, 27 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1306: checking for first character of dict key is inconsistent v8.2.1306
Mon, 27 Jul 2020 20:15:07 +0200 Bram Moolenaar patch 8.2.1305: some tests are still old style v8.2.1305
Mon, 27 Jul 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1304: debug backtrace isn't tested much v8.2.1304
Sun, 26 Jul 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1303: calling popup_setoptions() resets 'signcolumn' v8.2.1303
Sun, 26 Jul 2020 18:45:06 +0200 Bram Moolenaar patch 8.2.1302: Vim9: varargs arg after optional arg does not work v8.2.1302
Sun, 26 Jul 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1301: Vim9: varargs argument type not parsed properly v8.2.1301
Sun, 26 Jul 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1300: Vim9: optional argument type not parsed properly v8.2.1300
Sun, 26 Jul 2020 16:00:06 +0200 Bram Moolenaar patch 8.2.1299: compiler warning for using size_t for int and void pointer v8.2.1299
Sun, 26 Jul 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1298: compiler warning for unused argument in small version v8.2.1298
Sun, 26 Jul 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1297: when a test fails it's often not easy to see where v8.2.1297
Sun, 26 Jul 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.1296: some part of using 'smarcase' was not tested v8.2.1296
Sun, 26 Jul 2020 13:00:05 +0200 Bram Moolenaar patch 8.2.1295: tests 44 and 99 are old style v8.2.1295
Sat, 25 Jul 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.1294: Vim9: error when using vim9script in TextYankPost v8.2.1294
Sat, 25 Jul 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1293: Vim9: error when using vim9script in TextYankPost v8.2.1293
Sat, 25 Jul 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.1292: AIDL filetype not recognized v8.2.1292
Sat, 25 Jul 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1291: Vim9: type of varargs items is not checked v8.2.1291
Sat, 25 Jul 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1290: Vim9: cannot replace a global function v8.2.1290
Sat, 25 Jul 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1289: crash when using a custom completion function v8.2.1289
Fri, 24 Jul 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.1288: Vim9: cannot use mark in range v8.2.1288
Thu, 23 Jul 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1287: Vim9: crash when using an imported function v8.2.1287
Thu, 23 Jul 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1286: Vim9: No error when using a type to a window variable v8.2.1286
Thu, 23 Jul 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1285: Vim9: argument types are not checked on assignment v8.2.1285
Thu, 23 Jul 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.1284: Vim9: skipping over type includes following white space v8.2.1284
Thu, 23 Jul 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1283: Vim9: error for misplaced -> lacks argument v8.2.1283
Thu, 23 Jul 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1282: Vim9: crash when using CheckScriptFailure() v8.2.1282
Thu, 23 Jul 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1281: the "trailing characters" error can be hard to understand v8.2.1281