log src/version.c @ 21781:99fe9e960207 v8.2.1440

age author description
Thu, 13 Aug 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1440: debugger code insufficiently tested v8.2.1440
Thu, 13 Aug 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1439: tiny and small builds have no test coverage v8.2.1439
Wed, 12 Aug 2020 22:30:08 +0200 Bram Moolenaar patch 8.2.1438: missing tests for interrupting script execution from debugger v8.2.1438
Wed, 12 Aug 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1437: Vim9: 'statusline' is evaluated using Vim9 script syntax v8.2.1437
Wed, 12 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1436: function implementing :substitute has unexpected name v8.2.1436
Wed, 12 Aug 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1435: Vim9: always converting to string for ".." leads to mistakes v8.2.1435
Wed, 12 Aug 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1434: Vim9: crash when lambda uses outer function argument v8.2.1434
Wed, 12 Aug 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1433: Vim9: cannot mingle comments in multi-line lambda v8.2.1433
Wed, 12 Aug 2020 19:00:08 +0200 Bram Moolenaar patch 8.2.1432: various inconsistencies in test files v8.2.1432
Wed, 12 Aug 2020 18:45:06 +0200 Bram Moolenaar patch 8.2.1431: Vim9: no error for white space before comma in dict v8.2.1431
Wed, 12 Aug 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.1430: Vim9: error for missing comma instead of extra white space v8.2.1430
Wed, 12 Aug 2020 17:45:04 +0200 Bram Moolenaar patch 8.2.1429: Vim9: no error for missing white after : in dict v8.2.1429
Wed, 12 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1428: Vim9: :def function does not abort on nested function error v8.2.1428
Wed, 12 Aug 2020 16:00:06 +0200 Bram Moolenaar patch 8.2.1427: Vim9: cannot use a range with marks in :def function v8.2.1427
Wed, 12 Aug 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1426: Vim9: cannot call autoload function in :def function v8.2.1426
Wed, 12 Aug 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1425: Vim9: cannot use call() without :call v8.2.1425
Tue, 11 Aug 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1424: Mac build fails v8.2.1424
Tue, 11 Aug 2020 22:45:05 +0200 Bram Moolenaar patch 8.2.1423: Vim9: find global function when looking for script-local v8.2.1423
Tue, 11 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1422: the Mac GUI implementation is outdated v8.2.1422
Tue, 11 Aug 2020 21:00:06 +0200 Bram Moolenaar patch 8.2.1421: Vim9: handling "+" and "-" before number differs from script v8.2.1421
Tue, 11 Aug 2020 20:45:05 +0200 Bram Moolenaar patch 8.2.1420: test 49 is old style v8.2.1420
Mon, 10 Aug 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1419: Vim9: not operator applied too early v8.2.1419
Mon, 10 Aug 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1418: Vim9: invalid error for missing white space v8.2.1418
Mon, 10 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1417: test 49 is old style v8.2.1417
Mon, 10 Aug 2020 22:00:05 +0200 Bram Moolenaar patch 8.2.1416: Vim9: boolean evaluation does not work as intended v8.2.1416
Mon, 10 Aug 2020 21:30:05 +0200 Bram Moolenaar patch 8.2.1415: closing a popup window with CTRL-C interrupts 'statusline' v8.2.1415
Mon, 10 Aug 2020 20:45:05 +0200 Bram Moolenaar patch 8.2.1414: popupwindow missing last couple of lines v8.2.1414
Mon, 10 Aug 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1413: previous tab page not usable from an Ex command v8.2.1413
Sun, 09 Aug 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1412: Vim: not operator does not result in boolean v8.2.1412
Sun, 09 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1411: when splitting a window localdir is copied but prevdir is not v8.2.1411
Sun, 09 Aug 2020 20:15:09 +0200 Bram Moolenaar patch 8.2.1410: adding compiler plugin requires test change v8.2.1410
Sun, 09 Aug 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1409: nmpmrc and php.ini filetypes not recognized v8.2.1409
Sun, 09 Aug 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1408: Vim9: type casting not supported v8.2.1408
Sun, 09 Aug 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1407: Vim9: type of list and dict only depends on first item v8.2.1407
Sun, 09 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1406: popupwindow lacks scrollbar if no "maxheight" is used v8.2.1406
Sun, 09 Aug 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1405: Vim9: vim9compile.c is getting too big v8.2.1405
Sun, 09 Aug 2020 14:45:04 +0200 Bram Moolenaar patch 8.2.1404: Vim9: script test fails in the GUI v8.2.1404
Sun, 09 Aug 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.1403: Vim9: Vim highlighting may fail in cmdline window v8.2.1403
Sun, 09 Aug 2020 14:15:05 +0200 Bram Moolenaar patch 8.2.1402: s390x tests always fail v8.2.1402
Sun, 09 Aug 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1401: cannot jump to the last used tabpage v8.2.1401
Sun, 09 Aug 2020 13:15:05 +0200 Bram Moolenaar patch 8.2.1400: Vim9: test does not delete written files v8.2.1400
Sat, 08 Aug 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1399: Vim9: may find imported item in wrong script v8.2.1399
Sat, 08 Aug 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1398: autoload script sourced twice if sourced directly v8.2.1398
Sat, 08 Aug 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1397: Vim9: return type of maparg() not adjusted for fourth arg v8.2.1397
Sat, 08 Aug 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.1396: Vim9: no error for unexpectedly returning a value v8.2.1396
Sat, 08 Aug 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1395: Vim9: no error if declaring a funcref with lower case letter v8.2.1395
Sat, 08 Aug 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.1394: Vim9: compiling a function interferes with command modifiers v8.2.1394
Sat, 08 Aug 2020 14:45:04 +0200 Bram Moolenaar patch 8.2.1393: insufficient testing for script debugging v8.2.1393
Sat, 08 Aug 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1392: Vim9: line number incorrect after skipping over comment lines v8.2.1392
Fri, 07 Aug 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1391: Vim9: no error for shadowing a script function v8.2.1391
Fri, 07 Aug 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1390: Vim9: type error after storing an option value v8.2.1390
Fri, 07 Aug 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1389: file missing from the distribution v8.2.1389
Fri, 07 Aug 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1388: Vim9: += only works for numbers v8.2.1388
Fri, 07 Aug 2020 19:30:06 +0200 Bram Moolenaar patch 8.2.1387: Vim9: cannot assign to single letter variable with type v8.2.1387
Fri, 07 Aug 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1386: backslash not removed afer space with space in 'isfname' v8.2.1386
Fri, 07 Aug 2020 18:45:05 +0200 Bram Moolenaar patch 8.2.1385: no testing on ARM v8.2.1385
Fri, 07 Aug 2020 18:15:06 +0200 Bram Moolenaar patch 8.2.1384: no ATTENTION prompt for :vimgrep first match file v8.2.1384
Fri, 07 Aug 2020 17:00:05 +0200 Bram Moolenaar patch 8.2.1383: test 49 is old style v8.2.1383
Thu, 06 Aug 2020 22:15:05 +0200 Bram Moolenaar patch 8.2.1382: Vim9: using :import in filetype plugin gives an error v8.2.1382
Thu, 06 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1381: MS-Windows: crash with Python 3.5 when stdin is redirected v8.2.1381
Thu, 06 Aug 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1380: Vim9: return type of getreg() is always a string v8.2.1380
Thu, 06 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1379: curly braces expression ending in " }" does not work v8.2.1379
Thu, 06 Aug 2020 11:30:04 +0200 Bram Moolenaar patch 8.2.1378: cannot put space between function name and paren v8.2.1378
Wed, 05 Aug 2020 22:15:16 +0200 Bram Moolenaar patch 8.2.1377: triggering the ATTENTION prompt causes typeahead mess up v8.2.1377
Wed, 05 Aug 2020 16:30:03 +0200 Bram Moolenaar patch 8.2.1376: Vim9: expression mapping causes error for using :import v8.2.1376
Wed, 05 Aug 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1375: Vim9: method name with digit not accepted v8.2.1375
Wed, 05 Aug 2020 15:15:03 +0200 Bram Moolenaar patch 8.2.1374: Vim9: error for assigning empty list to script variable v8.2.1374
Wed, 05 Aug 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.1373: Vim9: no error for assigning to non-existing script var v8.2.1373
Wed, 05 Aug 2020 12:45:04 +0200 Bram Moolenaar patch 8.2.1372: Vim9: no error for missing white space around operator v8.2.1372
Wed, 05 Aug 2020 12:45:03 +0200 Bram Moolenaar patch 8.2.1371: Vim9: no error for missing white space around operator v8.2.1371
Wed, 05 Aug 2020 12:15:04 +0200 Bram Moolenaar patch 8.2.1370: MS-Windows: warning for using fstat() with stat_T v8.2.1370
Wed, 05 Aug 2020 12:15:03 +0200 Bram Moolenaar patch 8.2.1369: MS-Windows: autocommand test sometimes fails v8.2.1369
Wed, 05 Aug 2020 12:00:04 +0200 Bram Moolenaar patch 8.2.1368: Vim9: no error for missing white space around operator v8.2.1368
Wed, 05 Aug 2020 11:45:04 +0200 Bram Moolenaar patch 8.2.1367: Vim9: no error for missing white space around operator v8.2.1367
Wed, 05 Aug 2020 11:30:03 +0200 Bram Moolenaar patch 8.2.1366: test 49 is old style v8.2.1366
Wed, 05 Aug 2020 11:00:08 +0200 Bram Moolenaar patch 8.2.1365: Vim9: no error for missing white space around operator v8.2.1365
Tue, 04 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1364: invalid memory access when searching for raw string v8.2.1364
Tue, 04 Aug 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1363: test trying to run terminal when it is not supported v8.2.1363
Tue, 04 Aug 2020 20:30:03 +0200 Bram Moolenaar patch 8.2.1362: last entry of ":set term=xxx" overwritten by error message v8.2.1362
Tue, 04 Aug 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1361: error for white space after expression in assignment v8.2.1361
Mon, 03 Aug 2020 22:45:07 +0200 Bram Moolenaar patch 8.2.1360: stray error for white space after expression v8.2.1360
Sun, 02 Aug 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1359: Vim9: cannot assign to / register in Vim9 script v8.2.1359
Sun, 02 Aug 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1358: Vim9: test fails with +dnd is not available v8.2.1358
Sun, 02 Aug 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.1357: Vim9: cannot assign to / register v8.2.1357
Sun, 02 Aug 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1356: Vim9: cannot get the percent register v8.2.1356
Sun, 02 Aug 2020 17:00:06 +0200 Bram Moolenaar patch 8.2.1355: Vim9: no error using :let for options and registers v8.2.1355
Sun, 02 Aug 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.1354: test 59 is old style v8.2.1354
Sun, 02 Aug 2020 15:15:03 +0200 Bram Moolenaar patch 8.2.1353: crash when drawing double-wide character in terminal window v8.2.1353
Sat, 01 Aug 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.1352: Vim9: no error for shadowing a script-local function v8.2.1352
Sat, 01 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1351: Vim9: no proper error if using namespace for nested function v8.2.1351
Sat, 01 Aug 2020 22:30:05 +0200 Bram Moolenaar patch 8.2.1350: Vim9: no test for error message when redefining function v8.2.1350
Sat, 01 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1349: Vim9: can define a function with the name of an import v8.2.1349
Sat, 01 Aug 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1348: build failure without the eval feature v8.2.1348
Sat, 01 Aug 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1347: cannot easily get the script ID v8.2.1347
Sat, 01 Aug 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.1346: small build fails v8.2.1346
Sat, 01 Aug 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1345: Redraw error when using visual block and scroll v8.2.1345
Sat, 01 Aug 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1344: Vim9: No test for trying to redefine global function v8.2.1344
Sat, 01 Aug 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.1343: Vim9: cannot find global function when using g: v8.2.1343
Sat, 01 Aug 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error v8.2.1342
Sat, 01 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1341: build failures v8.2.1341
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
Thu, 23 Jul 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.1280: Ex command error cannot contain an argument v8.2.1280
Thu, 23 Jul 2020 16:00:03 +0200 Bram Moolenaar patch 8.2.1279: some tests on Travis have EXITFREE duplicated v8.2.1279
Thu, 23 Jul 2020 15:45:06 +0200 Bram Moolenaar patch 8.2.1278: Vim9: line break after "->" only allowed in :def function v8.2.1278
Thu, 23 Jul 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.1277: tests on Travis do not run with EXITFREE v8.2.1277
Thu, 23 Jul 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.1276: MS-Windows: system test may fail if more.exe is installed v8.2.1276
Thu, 23 Jul 2020 14:45:04 +0200 Bram Moolenaar patch 8.2.1275: Vim9: compiler warning for buffer size v8.2.1275
Thu, 23 Jul 2020 13:15:07 +0200 Bram Moolenaar patch 8.2.1274: Vim9: no error for missing white space at script level v8.2.1274
Wed, 22 Jul 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1273: MS-Windows: terminal test may leave file behind v8.2.1273
Wed, 22 Jul 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1272: Vim9: type not checked if declaration also assigns value v8.2.1272
Wed, 22 Jul 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1271: Vim9: Error for Funcref function argument type v8.2.1271
Wed, 22 Jul 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1270: Vim9: not skipping over function type declaration v8.2.1270
Wed, 22 Jul 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1269: language and locale code spread out v8.2.1269
Wed, 22 Jul 2020 18:30:06 +0200 Bram Moolenaar patch 8.2.1268: Vim9: no error for using double quote comment v8.2.1268
Wed, 22 Jul 2020 18:30:05 +0200 Bram Moolenaar patch 8.2.1267: MS-Windows: tests may fail due to $PROMPT value v8.2.1267
Tue, 21 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1266: Makefile preference were accidentally included v8.2.1266
Tue, 21 Jul 2020 22:30:05 +0200 Bram Moolenaar patch 8.2.1265: crash with EXITFREE when split() fails v8.2.1265
Tue, 21 Jul 2020 22:00:06 +0200 Bram Moolenaar patch 8.2.1264: terminal getwinpos() test is a bit flaky v8.2.1264
Tue, 21 Jul 2020 21:45:06 +0200 Bram Moolenaar patch 8.2.1263: Vim9: comperators use 'ignorecase' in Vim9 script v8.2.1263
Tue, 21 Jul 2020 21:15:06 +0200 Bram Moolenaar patch 8.2.1262: src/ex_cmds.c file is too big v8.2.1262
Tue, 21 Jul 2020 21:00:06 +0200 Bram Moolenaar patch 8.2.1261: Vim9: common type of function not tested v8.2.1261
Tue, 21 Jul 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1260: there is no good test for CursorHold v8.2.1260
Tue, 21 Jul 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1259: empty group in 'tabline' may cause using an invalid pointer v8.2.1259
Mon, 20 Jul 2020 23:15:05 +0200 Bram Moolenaar patch 8.2.1258: CursorHold does not work well v8.2.1258
Mon, 20 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1257: Vim9: list unpack doesn't work at the script level v8.2.1257
Mon, 20 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1256: Vim9: type wrong after getting dict item in lambda v8.2.1256
Mon, 20 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1255: cannot use a lambda with quickfix functions v8.2.1255
Mon, 20 Jul 2020 21:30:06 +0200 Bram Moolenaar patch 8.2.1254: MS-Windows: regexp test may fail if 'iskeyword' set wrongly v8.2.1254
Sun, 19 Jul 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> inserted v8.2.1253
Sun, 19 Jul 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1252: ":marks" may show '< and '> mixed up v8.2.1252
Sun, 19 Jul 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1251: Vim9: warning for pointer usage, test failure undetected v8.2.1251
Sun, 19 Jul 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1250: Vim9: cannot use the g:, b:, t: and w: namespaces v8.2.1250
Sun, 19 Jul 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1249: Vim9: disassemble test fails v8.2.1249
Sun, 19 Jul 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1248: Netbeans test is flaky in the GUI v8.2.1248
Sun, 19 Jul 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1247: Vim9: cannot index a character in a string v8.2.1247
Sun, 19 Jul 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1246: Vim9: comment after assignment doesn't work v8.2.1246
Sun, 19 Jul 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1245: build failure in tiny version v8.2.1245
Sun, 19 Jul 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1244: Vim9: in lambda index assumes a list v8.2.1244
Sun, 19 Jul 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.1243: Vim9: cannot have a comment line halfway a list v8.2.1243
Sun, 19 Jul 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1242: Vim9: no error if calling a function with wrong type v8.2.1242
Sat, 18 Jul 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1241: cannot use getbufinfo() as a method v8.2.1241
Sat, 18 Jul 2020 22:15:05 +0200 Bram Moolenaar patch 8.2.1240: GUI tests sometimes fail because of translations v8.2.1240
Sat, 18 Jul 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1239: "maxwidth" in 'completepopup' not obeyed v8.2.1239
Sat, 18 Jul 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.1238: Vim9: a few remaining errors not caught by try/catch v8.2.1238
Sat, 18 Jul 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1237: changing 'completepopup' after opening popup has no effect v8.2.1237
Sat, 18 Jul 2020 15:30:03 +0200 Bram Moolenaar patch 8.2.1236: Vim9: a few errors not caught by try/catch v8.2.1236
Sat, 18 Jul 2020 13:00:05 +0200 Bram Moolenaar patch 8.2.1235: Not all mouse codes covered by tests v8.2.1235
Sat, 18 Jul 2020 13:00:04 +0200 Bram Moolenaar patch 8.2.1234: Lua build problem with old compiler v8.2.1234
Fri, 17 Jul 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1233: Vim9: various errors not caught by try/catch v8.2.1233
Fri, 17 Jul 2020 22:30:05 +0200 Bram Moolenaar patch 8.2.1232: MS-Windows GUI: Snap cancelled by split command v8.2.1232
Fri, 17 Jul 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1231: MS-Windows: GUI code can be cleaned up v8.2.1231
Fri, 17 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1230: Vim9: list index error not caught by try/catch v8.2.1230
Fri, 17 Jul 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1229: build error without the eval feature v8.2.1229
Fri, 17 Jul 2020 20:45:07 +0200 Bram Moolenaar patch 8.2.1228: scrollbars not flush against the window edges when maximised v8.2.1228
Fri, 17 Jul 2020 20:45:06 +0200 Bram Moolenaar patch 8.2.1227: Vim9: allowing both quoted and # comments is confusing v8.2.1227
Thu, 16 Jul 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1226: MS-Windows: windows positioning wrong depending on taskbar v8.2.1226
Thu, 16 Jul 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1225: linker errors when building with dynamic Python 3.9 v8.2.1225
Wed, 15 Jul 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1224: Vim9: arguments from partial are not used v8.2.1224
Wed, 15 Jul 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1223: Vim9: invalid type error for function default value v8.2.1223
Wed, 15 Jul 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1222: using valgrind in Vim command started by test doesn't work v8.2.1222
Wed, 15 Jul 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1221: memory leak when updating popup window v8.2.1221
Wed, 15 Jul 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1220: memory access error when dragging a popup window v8.2.1220
Wed, 15 Jul 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.1219: symlink not followed if dirname ends in // v8.2.1219
Wed, 15 Jul 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1218: Vim9: cannot use 'text'->func() v8.2.1218
Wed, 15 Jul 2020 11:30:05 +0200 Bram Moolenaar patch 8.2.1217: startup test depends on random source file v8.2.1217
Wed, 15 Jul 2020 01:45:04 +0200 Bram Moolenaar patch 8.2.1216: startup test fails v8.2.1216
Tue, 14 Jul 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1215: Atari MiNT support is outdated v8.2.1215
Tue, 14 Jul 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1214: MS-Windows: default _vimrc not correct in silent install mode v8.2.1214
Tue, 14 Jul 2020 22:15:05 +0200 Bram Moolenaar patch 8.2.1213: mouse codes not tested sufficiently v8.2.1213
Tue, 14 Jul 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1212: cannot build with Lua 5.4 v8.2.1212
Tue, 14 Jul 2020 21:30:05 +0200 Bram Moolenaar patch 8.2.1211: removed more than dead code v8.2.1211
Tue, 14 Jul 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1210: using ht_used when looping through a hashtab is less reliable v8.2.1210
Tue, 14 Jul 2020 16:30:04 +0200 Bram Moolenaar patch 8.2.1209: Vim9: test failure v8.2.1209
Tue, 14 Jul 2020 16:00:06 +0200 Bram Moolenaar patch 8.2.1208: build failure v8.2.1208
Tue, 14 Jul 2020 15:15:05 +0200 Bram Moolenaar patch 8.2.1207: Vim9: crash in expr test when run in the GUI v8.2.1207
Mon, 13 Jul 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.1206: Vim9: crash in expr test when run in the GUI v8.2.1206
Mon, 13 Jul 2020 22:30:06 +0200 Bram Moolenaar patch 8.2.1205: Vim9: && and || work different when not compiled v8.2.1205
Mon, 13 Jul 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1204: Vim9: true and false not recognized in Vim9 script v8.2.1204
Mon, 13 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1203: unused assignments in expression evaluation v8.2.1203
Mon, 13 Jul 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1202: Vim9: crash when calling a closure from a builtin function v8.2.1202
Mon, 13 Jul 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1201: Vim9: crash when passing number as dict key v8.2.1201