log src/version.c @ 22331:0271c2b8bb35 v8.2.1714

age author description
Sun, 20 Sep 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1714: text properties corrupted with substitute command v8.2.1714
Sun, 20 Sep 2020 20:01:05 +0200 Bram Moolenaar patch 8.2.1713: Motif GUI: crash when setting menu colors v8.2.1713
Sat, 19 Sep 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1712: Vim9: leaking memory when calling a lambda v8.2.1712
Sat, 19 Sep 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1711: Vim9: leaking memory when using partial v8.2.1711
Sat, 19 Sep 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1710: Vim9: list of list type can be wrong v8.2.1710
Fri, 18 Sep 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1709: Vim9: memory leak when using multiple closures v8.2.1709
Fri, 18 Sep 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1708: Vim9: error message for function has unpritable characters v8.2.1708
Fri, 18 Sep 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1707: small inconsitency in highlight test v8.2.1707
Fri, 18 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1706: Vim9: crash after running into the "Multiple closures" error v8.2.1706
Fri, 18 Sep 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1705: "verbose hi Name" reports incorrect info after ":hi clear" v8.2.1705
Thu, 17 Sep 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1704: Vim9: crash in for loop when autoload script has an error v8.2.1704
Thu, 17 Sep 2020 20:00:07 +0200 Bram Moolenaar patch 8.2.1703: ":highlight clear" does not restore default link v8.2.1703
Thu, 17 Sep 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1702: crash when using undo after deleting folded lines v8.2.1702
Wed, 16 Sep 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1701: Vim9: sort("i") does not work v8.2.1701
Wed, 16 Sep 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1700: Vim9: try/catch causes wrong value to be returned v8.2.1700
Wed, 16 Sep 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1699: build failure due to missing error message v8.2.1699
Wed, 16 Sep 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1698: cannot lock a variable in legacy Vim script like in Vim9 v8.2.1698
Wed, 16 Sep 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1697: inconsistent capitalization of error messages v8.2.1697
Wed, 16 Sep 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1696: unused (duplicate) macros v8.2.1696
Wed, 16 Sep 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1695: Vim9: crash when using varargs type "any" v8.2.1695
Wed, 16 Sep 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1694: compiler warning for loss if data v8.2.1694
Wed, 16 Sep 2020 15:45:05 +0200 Bram Moolenaar patch 8.2.1693: "hi def" does not work for cleared highlight v8.2.1693
Wed, 16 Sep 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1692: build fails because TTFLAG_STATIC is missing v8.2.1692
Wed, 16 Sep 2020 15:30:07 +0200 Bram Moolenaar patch 8.2.1691: Vim9: list<any> is not accepted where list<number> is expected v8.2.1691
Tue, 15 Sep 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1690: text properties not adjusted for "I" in Visual block mode v8.2.1690
Tue, 15 Sep 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1689: 'colorcolumn' doesn't show in indent v8.2.1689
Tue, 15 Sep 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1688: increment/decrement removes text property v8.2.1688
Mon, 14 Sep 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1687: Vim9: out of bounds error v8.2.1687
Mon, 14 Sep 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1686: Vim9: "const!" not sufficiently tested v8.2.1686
Mon, 14 Sep 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1685: Vim9: cannot declare a constant value v8.2.1685
Mon, 14 Sep 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1684: "gF" does not use line number after file in Visual mode v8.2.1684
Mon, 14 Sep 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1683: Vim9: assignment test fails v8.2.1683
Mon, 14 Sep 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1682: Vim9: const works in an unexpected way v8.2.1682
Mon, 14 Sep 2020 17:15:04 +0200 Bram Moolenaar patch 8.2.1681: Vim9: unnessary :call commands in tests v8.2.1681
Mon, 14 Sep 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.1680: Vim9: line number for compare error is wrong v8.2.1680
Mon, 14 Sep 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1679: Vim9: ":*" is not recognized as a range v8.2.1679
Sun, 13 Sep 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1678: crash when using ":set" after ":ownsyntax" v8.2.1678
Sun, 13 Sep 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1677: memory access errors when calling setloclist() in autocommand v8.2.1677
Sun, 13 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1676: compiler warnings for function typecast v8.2.1676
Sun, 13 Sep 2020 21:15:07 +0200 Bram Moolenaar patch 8.2.1675: MinGW: testdir makefile deletes non-existing file v8.2.1675
Sun, 13 Sep 2020 19:00:08 +0200 Bram Moolenaar patch 8.2.1674: Vim9: internal error when using variable that was not set v8.2.1674
Sat, 12 Sep 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.1673: complete_info() selected index has an invalid value v8.2.1673
Sat, 12 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1672: v_lock is used when it is not initialized v8.2.1672
Sat, 12 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1671: Vim9: stray error for missing white space v8.2.1671
Sat, 12 Sep 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1670: a couple of gcc compiler warnings v8.2.1670
Sat, 12 Sep 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1669: Vim9: memory leak when storing a value fails v8.2.1669
Sat, 12 Sep 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1668: Vim9: not accepting 0 or 1 as bool when type is any v8.2.1668
Sat, 12 Sep 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1667: local function name cannot shadow a global function name v8.2.1667
Sat, 12 Sep 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.1666: the initial value of 'backupskip' can have duplicate items v8.2.1666
Fri, 11 Sep 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1665: cannot do fuzzy string matching v8.2.1665
Fri, 11 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1664: memory leak when using :mkview with a terminal buffer v8.2.1664
Fri, 11 Sep 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1663: options window entries cannot be translated v8.2.1663
Fri, 11 Sep 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1662: :mksession does not restore shared terminal buffer properly v8.2.1662
Fri, 11 Sep 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.1661: cannot connect to 127.0.0.1 for host with only IPv6 addresses v8.2.1661
Fri, 11 Sep 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1660: assert functions require passing expected as first argument v8.2.1660
Fri, 11 Sep 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.1659: spellfile code not completely tested v8.2.1659
Fri, 11 Sep 2020 18:00:03 +0200 Bram Moolenaar patch 8.2.1658: expand('<stack>') has trailing ".." v8.2.1658
Thu, 10 Sep 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1657: Vim9: no proper error for nested ":def!" v8.2.1657
Thu, 10 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1656: Vim9: callstack wrong if :def function calls :def function v8.2.1656
Thu, 10 Sep 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1655: cannot build with Strawberry Perl 5.32.0 v8.2.1655
Thu, 10 Sep 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1654: when job writes to hidden buffer current window is wrong v8.2.1654
Thu, 10 Sep 2020 19:30:05 +0200 Bram Moolenaar patch 8.2.1653: expand('<stack>') does not include the final line number v8.2.1653
Thu, 10 Sep 2020 14:30:03 +0200 Bram Moolenaar patch 8.2.1652: cannot translate lines in the options window v8.2.1652
Wed, 09 Sep 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1651: spellfile code not completely tested v8.2.1651
Wed, 09 Sep 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1650: Vim9: result of && and || expression is not bool in script v8.2.1650
Wed, 09 Sep 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1649: GTK3: using old file chooser v8.2.1649
Wed, 09 Sep 2020 20:45:05 +0200 Bram Moolenaar patch 8.2.1648: Amiga: no common build file for Amiga (-like) systems v8.2.1648
Wed, 09 Sep 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1647: Vim9: result of expression with && and || is not a bool v8.2.1647
Wed, 09 Sep 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1646: Amiga: Unnecessary #include v8.2.1646
Wed, 09 Sep 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1645: GTK3: icons become broken images when resized v8.2.1645
Wed, 09 Sep 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1644: Vim9: cannot assign 1 and 0 to bool at script level v8.2.1644
Wed, 09 Sep 2020 17:15:04 +0200 Bram Moolenaar patch 8.2.1643: Vim9: :defcompile compiles dead functions v8.2.1643
Wed, 09 Sep 2020 15:15:03 +0200 Bram Moolenaar patch 8.2.1642: otions test fails v8.2.1642
Wed, 09 Sep 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.1641: Vim9: cannot use 0 or 1 where a bool is expected v8.2.1641
Wed, 09 Sep 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.1640: Amiga: missing header for getgrgid() v8.2.1640
Wed, 09 Sep 2020 13:00:04 +0200 Bram Moolenaar patch 8.2.1639: options window cannot be translated v8.2.1639
Tue, 08 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1638: leaking memory when popup filter function can't be called v8.2.1638
Tue, 08 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function v8.2.1637
Tue, 08 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1636: get stuck if a popup filter causes an error v8.2.1636
Tue, 08 Sep 2020 19:15:05 +0200 Bram Moolenaar patch 8.2.1635: no digraph for 0x2022 BULLET v8.2.1635
Mon, 07 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1634: loop to handle keys for the command line is too long v8.2.1634
Mon, 07 Sep 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1633: some error messages are internal but do not use iemsg() v8.2.1633
Sun, 06 Sep 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1632: not checking the context of test_fails() v8.2.1632
Sun, 06 Sep 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1631: test_fails() does not check the context of the line number v8.2.1631
Sun, 06 Sep 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1630: terminal test fails v8.2.1630
Sun, 06 Sep 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1629: test fails without terminal feature v8.2.1629
Sun, 06 Sep 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1628: Vim9: cannot pass "true" to timer_paused() v8.2.1628
Sun, 06 Sep 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1627: Vim9: cannot pass "true" to submatch/term_gettty/term_start v8.2.1627
Sun, 06 Sep 2020 17:15:04 +0200 Bram Moolenaar patch 8.2.1626: test for strchars() fails with different error number v8.2.1626
Sun, 06 Sep 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1625: compiler warning for use of fptr_T v8.2.1625
Sun, 06 Sep 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.1624: Vim9: cannot pass "true" to split(), str2nr() and strchars() v8.2.1624
Sun, 06 Sep 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1623: Vim9: using :call where it is not needed v8.2.1623
Sun, 06 Sep 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1622: loop to handle keys for the command line is too long v8.2.1622
Sun, 06 Sep 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.1621: crash when using submatch(0, 1) in substitute() v8.2.1621
Sat, 05 Sep 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.1620: searchcount() test fails v8.2.1620
Sat, 05 Sep 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.1619: Vim9: cannot pass "true" to spellsuggest() v8.2.1619
Sat, 05 Sep 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1618: Vim9: cannot pass "true" to setloclist() v8.2.1618
Sat, 05 Sep 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1617: Vim9: cannot pass "true" to win_splitmove() v8.2.1617
Sat, 05 Sep 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1616: Vim9: cannot pass "true" to synID() v8.2.1616
Sat, 05 Sep 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1615: Vim9: cannot pass "true" to searchdecl() v8.2.1615
Sat, 05 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1614: Vim9: cannot pass "true" to searchcount() v8.2.1614
Sat, 05 Sep 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1613: Vim9: cannot pass "true" to prop_type_add() v8.2.1613
Sat, 05 Sep 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1612: Vim9: cannot pass "true" to prop_remove() v8.2.1612
Sat, 05 Sep 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1611: Vim9: cannot pass "true" to nr2char() v8.2.1611
Sat, 05 Sep 2020 20:30:03 +0200 Bram Moolenaar patch 8.2.1610: Vim9: cannot pass "true" to list2str() and str2list() v8.2.1610
Sat, 05 Sep 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1609: Vim9: test fails when build without +channel v8.2.1609
Sat, 05 Sep 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.1608: Vim9: getchar() test fails with GUI v8.2.1608
Sat, 05 Sep 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1607: Vim9: getchar() test fails on MS-Windows v8.2.1607
Sat, 05 Sep 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.1606: Vim9: cannot use "true" with has() v8.2.1606
Sat, 05 Sep 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1605: default maintainer on github is wrong v8.2.1605
Sat, 05 Sep 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1604: Vim9: cannot use "true" with getcompletion() v8.2.1604
Sat, 05 Sep 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1603: Vim9: cannot use "true" with getchar() v8.2.1603
Sat, 05 Sep 2020 17:45:04 +0200 Bram Moolenaar patch 8.2.1602: Vim9: cannot use 'true" with getbufinfo() v8.2.1602
Sat, 05 Sep 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1601: Vim9: cannot use 'true" with garbagecollect() v8.2.1601
Sat, 05 Sep 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1600: Vim9: cannot use "true" with deepcopy() v8.2.1600
Sat, 05 Sep 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1599: missing line end when skipping a long line with :cgetfile v8.2.1599
Sat, 05 Sep 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.1598: starting a hidden terminal resizes the current window v8.2.1598
Sat, 05 Sep 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1597: the channel source file is too big v8.2.1597
Sat, 05 Sep 2020 15:15:05 +0200 Bram Moolenaar patch 8.2.1596: using win_screenpos('.') in tests works but is wrong v8.2.1596
Sat, 05 Sep 2020 14:30:03 +0200 Bram Moolenaar patch 8.2.1595: cannot easily see what Vim sends to the terminal v8.2.1595
Sat, 05 Sep 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.1594: pull requests on github do not notify a maintainer v8.2.1594
Fri, 04 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1593: tests do not check the error number properly v8.2.1593
Fri, 04 Sep 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1592: Vim9: passing "true" to char2nr() fails v8.2.1592
Fri, 04 Sep 2020 18:45:05 +0200 Bram Moolenaar patch 8.2.1591: using winheight('.') in tests works but is wrong v8.2.1591
Fri, 04 Sep 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1590: Vim9: bufnr() doesn't take "true" argument v8.2.1590
Fri, 04 Sep 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1589: term_start() options for size are overruled by 'termwinsize' v8.2.1589
Fri, 04 Sep 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1588: cannot read back the prompt of a prompt buffer v8.2.1588
Fri, 04 Sep 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.1587: loop for handling keys for the command line is too long v8.2.1587
Fri, 04 Sep 2020 14:45:05 +0200 Bram Moolenaar patch 8.2.1586: :resize command not fully tested v8.2.1586
Fri, 04 Sep 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.1585: messages in globals.h not translated v8.2.1585
Thu, 03 Sep 2020 22:45:06 +0200 Bram Moolenaar patch 8.2.1584: Vim9: cannot use "true" for "skipstart" in prop_find() v8.2.1584
Thu, 03 Sep 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.1583: MS-Windows: cannot easily measure code coverage v8.2.1583
Thu, 03 Sep 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.1582: the channel log does not show typed text v8.2.1582
Thu, 03 Sep 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1581: using line() for global popup window doesn't work v8.2.1581
Thu, 03 Sep 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.1580: wildmenu does not work properly v8.2.1580
Thu, 03 Sep 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1579: reports from asan are not optimal v8.2.1579
Wed, 02 Sep 2020 22:45:25 +0200 Bram Moolenaar patch 8.2.1578: Vim9: popup_clear() does not take "true" as argument v8.2.1578
Wed, 02 Sep 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1577: Vim9: hasmapto()/mapcheck()/maparg() do nottake "true" arg v8.2.1577
Wed, 02 Sep 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1576: Vim9: index() does not take "true" as argument v8.2.1576
Wed, 02 Sep 2020 22:00:06 +0200 Bram Moolenaar patch 8.2.1575: Vim9: globpath() doesnot take "true" as argument v8.2.1575
Wed, 02 Sep 2020 22:00:05 +0200 Bram Moolenaar patch 8.2.1574: Vim9: glob() doesnot take "true" as argument v8.2.1574
Wed, 02 Sep 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1573: Vim9: getreg() does not take "true" as argument v8.2.1573
Wed, 02 Sep 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1572: Vim9: expand() does not take "true" as argument v8.2.1572
Wed, 02 Sep 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1571: Vim9: count() third argument cannot be "true" v8.2.1571
Wed, 02 Sep 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1570: configure check for dirfd() does not work on HPUX v8.2.1570
Wed, 02 Sep 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1569: Vim9: fixes not tested; failure in getchangelist() v8.2.1569
Wed, 02 Sep 2020 20:00:05 +0200 Bram Moolenaar patch 8.2.1568: prop_find() skips properties in the same line v8.2.1568
Wed, 02 Sep 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.1567: no example to use ubsan with clang v8.2.1567
Wed, 02 Sep 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1566: not all Bazel files are recognized v8.2.1566
Wed, 02 Sep 2020 13:00:03 +0200 Bram Moolenaar patch 8.2.1565: spellfile test sometimes fails v8.2.1565
Wed, 02 Sep 2020 10:30:05 +0200 Bram Moolenaar patch 8.2.1564: a few remaining errors from ubsan v8.2.1564
Tue, 01 Sep 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.1563: Vim9: error when using '%" with setbufvar() r getbufvar() v8.2.1563
Tue, 01 Sep 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1562: Vim9: error when using "%" where a buffer is expected v8.2.1562
Tue, 01 Sep 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1561: using NULL pointers in fold code v8.2.1561
Tue, 01 Sep 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.1560: using NULL pointers in some code v8.2.1560
Tue, 01 Sep 2020 18:00:05 +0200 Bram Moolenaar patch 8.2.1559: s390x tests work again v8.2.1559
Mon, 31 Aug 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1558: signs test fails v8.2.1558
Mon, 31 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1557: crash in :vimgrep when started as "vim -n" v8.2.1557
Mon, 31 Aug 2020 22:15:09 +0200 Bram Moolenaar patch 8.2.1556: cursorline highlighting always overrules sign highlighting v8.2.1556
Mon, 31 Aug 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1555: not all tests are executed on Github Actions v8.2.1555
Mon, 31 Aug 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1554: crash in normal test v8.2.1554
Mon, 31 Aug 2020 21:15:17 +0200 Bram Moolenaar patch 8.2.1553: crash in edit test
Mon, 31 Aug 2020 20:00:05 +0200 Bram Moolenaar patch 8.2.1552: warnings from asan with clang-11 v8.2.1552
Sun, 30 Aug 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1551: Vim9: error for argument type does not mention the number v8.2.1551
Sun, 30 Aug 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1550: Vim9: bufname('%') gives an error v8.2.1550
Sun, 30 Aug 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1549: "r" fails if 'esckeys' is off and modifyOtherKeys is used v8.2.1549
Sun, 30 Aug 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.1548: cannot move position of "%%" in message translations v8.2.1548
Sun, 30 Aug 2020 19:30:13 +0200 Bram Moolenaar patch 8.2.1547: various comment problems v8.2.1547
Sun, 30 Aug 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.1546: build rule for Vim.app is unused v8.2.1546
Sun, 30 Aug 2020 17:30:07 +0200 Bram Moolenaar patch 8.2.1545: ch_logfile() is unclear about closing when forking v8.2.1545
Sun, 30 Aug 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1544: cannot translate messages in a Vim script v8.2.1544
Sun, 30 Aug 2020 13:00:04 +0200 Bram Moolenaar patch 8.2.1543: Vim9: test with invalid SID is skipped in the GUI v8.2.1543
Sat, 29 Aug 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1542: Vim9: test with invalid SID does not work in the GUI v8.2.1542
Sat, 29 Aug 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1541: Vim9: cannot find function reference for s:Func v8.2.1541
Sat, 29 Aug 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.1540: the user cannot try out emoji character widths v8.2.1540
Sat, 29 Aug 2020 13:45:03 +0200 Bram Moolenaar patch 8.2.1539: using invalid script ID causes a crash v8.2.1539
Sat, 29 Aug 2020 13:00:04 +0200 Bram Moolenaar patch 8.2.1538: Python: iteration over vim objects fails to keep reference v8.2.1538
Fri, 28 Aug 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1537: memory acccess error when using setcellwidths() v8.2.1537
Fri, 28 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1536: cannot get the class of a character; emoji widths are wrong v8.2.1536
Fri, 28 Aug 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1535: it is not possible to specify cell widths of characters v8.2.1535
Fri, 28 Aug 2020 17:30:04 +0200 Bram Moolenaar patch 8.2.1534: Vim9: type error for argument type is not at call position v8.2.1534
Fri, 28 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1533: Vim9: error when passing getreginfo() result to setreg() v8.2.1533
Fri, 28 Aug 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.1532: compiler warning for conversion of size_t to long v8.2.1532
Fri, 28 Aug 2020 00:00:04 +0200 Bram Moolenaar patch 8.2.1531: Vim9: test still fails on MS-Windows v8.2.1531
Thu, 27 Aug 2020 23:45:03 +0200 Bram Moolenaar patch 8.2.1530: Vim9: test fails on MS-Windows v8.2.1530
Thu, 27 Aug 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1529: Vim9: :elseif may be compiled when not needed v8.2.1529
Thu, 27 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1528: Vim9: :endif not found after "if false" v8.2.1528
Thu, 27 Aug 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1527: Vim9: cannot use a function name at script level v8.2.1527
Thu, 27 Aug 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.1526: line in testdir Makefile got commented out v8.2.1526
Wed, 26 Aug 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1525: messages from tests were not always displayed v8.2.1525
Tue, 25 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1524: no longer get an error for string concatenation with float v8.2.1524
Tue, 25 Aug 2020 21:30:07 +0200 Bram Moolenaar patch 8.2.1523: still not enough test coverage for the spell file handling v8.2.1523
Mon, 24 Aug 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1522: not enough test coverage for the spell file handling v8.2.1522
Mon, 24 Aug 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.1521: reading past end of buffer when reading spellfile v8.2.1521
Sun, 23 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1520: Vim9: CTRL-] used in :def function does not work v8.2.1520
Sun, 23 Aug 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1519: Vim9: Ex command default range is not set v8.2.1519
Sun, 23 Aug 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.1518: Vim9: cannot assign to local option v8.2.1518
Sun, 23 Aug 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1517: cannot easily get the character under the cursor v8.2.1517
Sun, 23 Aug 2020 16:30:03 +0200 Bram Moolenaar patch 8.2.1516: Vim9: error for :exe has wrong line number v8.2.1516
Sun, 23 Aug 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1515: Vim9: can create s:var in legacy script but cannot unlet v8.2.1515
Sun, 23 Aug 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.1514: multibyte vertical separator is cleared when dragging popup v8.2.1514
Sun, 23 Aug 2020 14:30:05 +0200 Bram Moolenaar patch 8.2.1513: cannot interrupt shell used for filename expansion v8.2.1513
Sat, 22 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1512: failure after trinary expression fails v8.2.1512
Sat, 22 Aug 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1511: putting a string in Visual block mode ignores multi-byte v8.2.1511
Sat, 22 Aug 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1510: using "var" in :def function may refer to legacy script var v8.2.1510
Sat, 22 Aug 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1509: vertical separator is cleared when dragging a popup window v8.2.1509
Sat, 22 Aug 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1508: not all debugger commands covered by tests v8.2.1508
Sat, 22 Aug 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1507: using malloc() directly v8.2.1507
Sat, 22 Aug 2020 15:15:05 +0200 Bram Moolenaar patch 8.2.1506: Vim9: no error when using a number other than 0 or 1 as bool v8.2.1506
Fri, 21 Aug 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1505: not all file read and writecode is tested v8.2.1505
Fri, 21 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1504: Vim9: white space checks are only done for a :def function v8.2.1504
Fri, 21 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1503: Vim9: error for autocmd defined in :def in legacy script v8.2.1503
Fri, 21 Aug 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1502: Vim9: can use += with a :let command at script level v8.2.1502
Fri, 21 Aug 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1501: Vim9: concatenating to constant reverses order v8.2.1501
Thu, 20 Aug 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1500: Vim9: error when using address without a command v8.2.1500
Thu, 20 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1499: Vim9: error when using "$" with col() v8.2.1499
Thu, 20 Aug 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.1498: on slow systems tests can be flaky v8.2.1498
Thu, 20 Aug 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1497: CursorHold test is flaky v8.2.1497
Thu, 20 Aug 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.1496: Vim9: cannot use " #" in a mapping v8.2.1496
Thu, 20 Aug 2020 16:30:06 +0200 Bram Moolenaar patch 8.2.1495: "make clean" may delete too many files v8.2.1495
Thu, 20 Aug 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1494: missing change to calling eval_getline() v8.2.1494
Thu, 20 Aug 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1493: not enough test coverage for the spell file handling v8.2.1493
Thu, 20 Aug 2020 15:30:03 +0200 Bram Moolenaar patch 8.2.1492: build failures v8.2.1492
Thu, 20 Aug 2020 15:15:05 +0200 Bram Moolenaar patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment v8.2.1491
Wed, 19 Aug 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1490: Vim9: using /= with float and number doesn't work v8.2.1490
Wed, 19 Aug 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1489: Vim9: error when setting an option with setbufvar() v8.2.1489
Wed, 19 Aug 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1488: text does not scroll when inserting above first line v8.2.1488
Wed, 19 Aug 2020 20:00:06 +0200 Bram Moolenaar patch 8.2.1487: Travis: installing snd-dummy is not always useful v8.2.1487
Wed, 19 Aug 2020 16:15:05 +0200 Bram Moolenaar patch 8.2.1486: Vim9: readdir() expression doesn't accept bool v8.2.1486
Wed, 19 Aug 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.1485: Vim9: readdirex() expression doesn't accept bool v8.2.1485
Tue, 18 Aug 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1484: flaky failure in assert_fails() v8.2.1484
Tue, 18 Aug 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1483: Vim9: error for using special as number v8.2.1483
Tue, 18 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1482: Vim9: crash when using a nested lambda v8.2.1482
Tue, 18 Aug 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1481: Vim9: line number reported with error may be wrong v8.2.1481
Tue, 18 Aug 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1480: Vim9: skip expression in search() gives error v8.2.1480
Tue, 18 Aug 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.1479: Vim9: error for list index uses wrong line number v8.2.1479
Tue, 18 Aug 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.1478: Vim9: cannot use "true" for some popup options v8.2.1478
Mon, 17 Aug 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1477: Vim9: error when using bufnr('%') v8.2.1477
Mon, 17 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1476: filetype test fails on MS-Windows v8.2.1476
Mon, 17 Aug 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1475: Vim9: can't use v:true for option flags v8.2.1475
Mon, 17 Aug 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1474: /usr/lib/udef/rules.d not recognized as udevrules v8.2.1474
Mon, 17 Aug 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1473: items in a list given to :const can still be modified v8.2.1473
Mon, 17 Aug 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1472: ":argdel" does not work like ":.argdel" as documented v8.2.1472
Sun, 16 Aug 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1471: :const only locks the variable, not the value v8.2.1471
Sun, 16 Aug 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.1470: errors in spell file not tested v8.2.1470
Sun, 16 Aug 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1469: Vim9: cannot assign string to string option v8.2.1469
Sun, 16 Aug 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1468: Vim9: invalid error for missing white space v8.2.1468
Sun, 16 Aug 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1467: Vim9: :echomsg doesn't like a dict argument v8.2.1467
Sun, 16 Aug 2020 17:45:22 +0200 Bram Moolenaar patch 8.2.1466: Vim9: cannot index or slice a variable with type "any" v8.2.1466
Sun, 16 Aug 2020 15:00:05 +0200 Bram Moolenaar patch 8.2.1465: Vim9: subscript not handled properly v8.2.1465
Sat, 15 Aug 2020 23:00:05 +0200 Bram Moolenaar patch 8.2.1464: Vim9: build warning for unused variable v8.2.1464
Sat, 15 Aug 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1463: Vim9: list slice not supported yet
Sat, 15 Aug 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1462: Vim9: string slice not supported yet v8.2.1462
Sat, 15 Aug 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1461: Vim9: string indexes are counted in bytes v8.2.1461
Sat, 15 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1460: error messages are spread out v8.2.1460
Sat, 15 Aug 2020 14:45:06 +0200 Bram Moolenaar patch 8.2.1459: Vim9: declaring script var in script does not infer the type v8.2.1459
Sat, 15 Aug 2020 14:15:07 +0200 Bram Moolenaar patch 8.2.1458: .gawk files not recognized v8.2.1458
Sat, 15 Aug 2020 14:00:06 +0200 Bram Moolenaar patch 8.2.1457: Vim9: the output of :disassemble cannot be interrupted v8.2.1457
Fri, 14 Aug 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1456: MS-Windows: test files are not deleted v8.2.1456
Fri, 14 Aug 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1455: Vim9: crash when using typecast before constant v8.2.1455
Fri, 14 Aug 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1454: Vim9: failure invoking lambda with wrong arguments v8.2.1454
Fri, 14 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1453: Vim9: failure to compile lambda not tested v8.2.1453
Fri, 14 Aug 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1452: Vim9: dead code in to_name_end() v8.2.1452
Fri, 14 Aug 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1451: Vim9: list type at script level only uses first item v8.2.1451
Fri, 14 Aug 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1450: Vim9: no check that script-local items don't become global v8.2.1450
Fri, 14 Aug 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.1449: some test makefiles delete files that are not generated v8.2.1449
Fri, 14 Aug 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1448: test 77a for VMS depends on small.vim which does not exist v8.2.1448
Fri, 14 Aug 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.1447: Vim9: return type of keys() is list<any> v8.2.1447
Fri, 14 Aug 2020 18:45:05 +0200 Bram Moolenaar patch 8.2.1446: Vim9: line number in error message is not correct v8.2.1446
Fri, 14 Aug 2020 17:15:04 +0200 Bram Moolenaar patch 8.2.1445: Vim9: function expanded name is cleared when sourcing again v8.2.1445
Thu, 13 Aug 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1444: error messages are spread out and names can be confusing v8.2.1444
Thu, 13 Aug 2020 21:45:05 +0200 Bram Moolenaar patch 8.2.1443: Vim9: crash when interrupting a nested :def function v8.2.1443
Thu, 13 Aug 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1442: outdated references to the Mac Carbon GUI v8.2.1442
Thu, 13 Aug 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1441: running tests in tiny version gives error for summarize.vim v8.2.1441
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
Mon, 13 Jul 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1200: Vim9: cannot disassemble a lambda function v8.2.1200
Sun, 12 Jul 2020 23:15:05 +0200 Bram Moolenaar patch 8.2.1199: not all assert functions are fully tested v8.2.1199
Sun, 12 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1198: terminal2 test sometimes hangs in the GUI on Travis v8.2.1198
Sun, 12 Jul 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1197: clientserver test still fails on MS-Windows v8.2.1197
Sun, 12 Jul 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1196: build failure with normal features v8.2.1196
Sun, 12 Jul 2020 20:15:07 +0200 Bram Moolenaar patch 8.2.1195: clientserver test fails on MS-Windows v8.2.1195
Sun, 12 Jul 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.1194: test failure because shell prompt differs v8.2.1194
Sun, 12 Jul 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1193: terminal window not redrawn when dragging a popup window v8.2.1193
Sun, 12 Jul 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1192: Lua test fails with older Lua version v8.2.1192
Sun, 12 Jul 2020 17:45:04 +0200 Bram Moolenaar patch 8.2.1191: Vim9: crash when function calls itself v8.2.1191
Sun, 12 Jul 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out v8.2.1190
Sun, 12 Jul 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1189: Vim9: line continuation in lambda doesn't always work v8.2.1189
Sun, 12 Jul 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.1188: memory leak with invalid json input v8.2.1188
Sun, 12 Jul 2020 14:15:03 +0200 Bram Moolenaar patch 8.2.1187: terminal2 test sometimes hangs in the GUI on Travis v8.2.1187
Sun, 12 Jul 2020 14:00:04 +0200 Bram Moolenaar patch 8.2.1186: with SGR mouse codes balloon doesn't show up after click v8.2.1186
Sat, 11 Jul 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.1185: some other tests fail v8.2.1185
Sat, 11 Jul 2020 22:30:08 +0200 Bram Moolenaar patch 8.2.1184: some tests fail v8.2.1184
Sat, 11 Jul 2020 22:30:07 +0200 Bram Moolenaar patch 8.2.1183: assert_fails() checks the last error message v8.2.1183
Sat, 11 Jul 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1182: Vim9: no check for whitespace after comma in lambda v8.2.1182
Sat, 11 Jul 2020 14:30:05 +0200 Bram Moolenaar patch 8.2.1181: json code not fully tested v8.2.1181
Sat, 11 Jul 2020 14:15:05 +0200 Bram Moolenaar patch 8.2.1180: build failure in small version v8.2.1180
Sat, 11 Jul 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI v8.2.1179
Sat, 11 Jul 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.1178: Vim9: filter function recognized as command modifier v8.2.1178
Sat, 11 Jul 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.1177: terminal2 test sometimes hangs in the GUI v8.2.1177
Fri, 10 Jul 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.1176: Vim9: not enough type checking in Vim9 script v8.2.1176
Fri, 10 Jul 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1175: Vim9: cannot split a line before ".member" v8.2.1175
Fri, 10 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1174: no test for the "recording @x" message v8.2.1174
Fri, 10 Jul 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1173: tee doesn't build on some systems v8.2.1173
Fri, 10 Jul 2020 20:45:05 +0200 Bram Moolenaar patch 8.2.1172: error messages when doing "make clean" in doc or tee v8.2.1172
Fri, 10 Jul 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1171: possible crash when out of memory v8.2.1171
Fri, 10 Jul 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.1170: cursor off by one with block paste while 'virtualedit' "all" v8.2.1170
Fri, 10 Jul 2020 20:15:09 +0200 Bram Moolenaar patch 8.2.1169: write NUL past allocated space using corrupted spell file v8.2.1169
Thu, 09 Jul 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.1168: wrong method argument for appendbufline() v8.2.1168
Thu, 09 Jul 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1167: Vim9: builtin function method call only supports first arg v8.2.1167
Thu, 09 Jul 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1166: once mouse move events are enabled getchar() returns them v8.2.1166
Thu, 09 Jul 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1165: insufficient testing for the Tcl interface v8.2.1165
Wed, 08 Jul 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1164: text cleared by checking terminal properties not redrawn v8.2.1164
Wed, 08 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1163: build error v8.2.1163
Wed, 08 Jul 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1162: crash when using a lambda v8.2.1162
Wed, 08 Jul 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1161: Vim9: using freed memory v8.2.1161
Wed, 08 Jul 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1160: Vim9: memory leak in allocated types v8.2.1160
Wed, 08 Jul 2020 18:45:09 +0200 Bram Moolenaar patch 8.2.1159: Vim9: no error for missing space after a comma v8.2.1159
Wed, 08 Jul 2020 18:45:08 +0200 Bram Moolenaar patch 8.2.1158: build error v8.2.1158
Wed, 08 Jul 2020 18:45:07 +0200 Bram Moolenaar patch 8.2.1157: Vim9: dict.name is not recognized as an expression v8.2.1157
Wed, 08 Jul 2020 18:00:05 +0200 Bram Moolenaar patch 8.2.1156: Vim9: No error for invalid command in compiled function v8.2.1156
Wed, 08 Jul 2020 17:45:06 +0200 Bram Moolenaar patch 8.2.1155: Vim9: cannot handle line break inside lambda v8.2.1155
Wed, 08 Jul 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1154: Vim9: crash when using imported function v8.2.1154
Tue, 07 Jul 2020 23:45:05 +0200 Bram Moolenaar patch 8.2.1153: Vim9: script test fails on some systems v8.2.1153
Tue, 07 Jul 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1152: Vim9: function reference is missing script prefix v8.2.1152
Tue, 07 Jul 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1151: insufficient test coverage for Python v8.2.1151
Tue, 07 Jul 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.1150: ml_get error when using Python v8.2.1150
Mon, 06 Jul 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1149: Vim9: :eval command not handled properly v8.2.1149
Mon, 06 Jul 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1148: warning for using int instead of size_t v8.2.1148
Mon, 06 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1147: :confirm may happen in cooked mode v8.2.1147
Mon, 06 Jul 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1146: not enough testing for Python v8.2.1146
Sun, 05 Jul 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1145: Vim9: "for" only accepts a list at compile time v8.2.1145
Sun, 05 Jul 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1144: Vim9: return type of reverse() is any v8.2.1144
Sun, 05 Jul 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1143: Vim9: return type of remove() is any v8.2.1143
Sun, 05 Jul 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1142: Vim9: return type of insert() is any v8.2.1142
Sun, 05 Jul 2020 20:30:06 +0200 Bram Moolenaar patch 8.2.1141: Vim9: return type of filter() is any v8.2.1141
Sun, 05 Jul 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1140: Vim9: return type of extend() is any v8.2.1140
Sun, 05 Jul 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1139: Vim9: test for silent echo fails in some environments v8.2.1139
Sun, 05 Jul 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1138: Vim9: return type of copy() and deepcopy() is any v8.2.1138
Sun, 05 Jul 2020 18:30:07 +0200 Bram Moolenaar patch 8.2.1137: Vim9: modifiers not cleared after compiling function v8.2.1137
Sun, 05 Jul 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1136: Vim9: return type of argv() is always any v8.2.1136
Sun, 05 Jul 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.1135: Vim9: getting a dict member may not work v8.2.1135
Sun, 05 Jul 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.1134: Vim9: getting a list member may not work v8.2.1134
Sun, 05 Jul 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1133: Vim9: return type of add() is not specific enough v8.2.1133
Sun, 05 Jul 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.1132: Vim9: return type of repeat() is not specific enough v8.2.1132
Sun, 05 Jul 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1131: Vim9: error message for returning a value is not clear v8.2.1131
Sun, 05 Jul 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.1130: Vim9: bar not recognized after function call v8.2.1130
Sun, 05 Jul 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.1129: Vim9: bar not recognized after not compiled command v8.2.1129
Sun, 05 Jul 2020 14:15:07 +0200 Bram Moolenaar patch 8.2.1128: the write message mentions characters, but it's bytes v8.2.1128
Sat, 04 Jul 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1127: Vim9: getting a dict member may not work v8.2.1127
Sat, 04 Jul 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.1126: Vim9: using :copen causes an error v8.2.1126
Sat, 04 Jul 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1125: Vim9: double quote can be a string or a comment v8.2.1125
Sat, 04 Jul 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.1124: Vim9: no line break allowed in :import command v8.2.1124
Fri, 03 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1123: Python 3 test is old style v8.2.1123
Fri, 03 Jul 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1122: Vim9: line continuation in dict member not recognized v8.2.1122
Fri, 03 Jul 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1121: command completion not working after ++arg v8.2.1121
Fri, 03 Jul 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.1120: Python code not tested properly v8.2.1120
Thu, 02 Jul 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1119: configure fails with Xcode 12 beta v8.2.1119
Thu, 02 Jul 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1118: condition can never be true, dead code v8.2.1118
Thu, 02 Jul 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.1117: Coverity warns for unsing unitialized field v8.2.1117
Thu, 02 Jul 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1116: Vim9: parsing command checks for list twice v8.2.1116
Thu, 02 Jul 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1115: iminsert test fails when compiled with VIMDLL v8.2.1115
Wed, 01 Jul 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1114: terminal test sometimes times out v8.2.1114
Wed, 01 Jul 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.1113: no test for verbose output of :call v8.2.1113
Wed, 01 Jul 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1112: Vim9: no line continuation allowed in method call v8.2.1112
Wed, 01 Jul 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1111: inconsistent naming of get_list_tv() and eval_dict() v8.2.1111
Wed, 01 Jul 2020 17:30:06 +0200 Bram Moolenaar patch 8.2.1110: Vim9: line continuation does not work in function arguments v8.2.1110
Wed, 01 Jul 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.1109: still crashing when using s:variable v8.2.1109
Wed, 01 Jul 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.1108: mouse left-right scroll is not supported in terminal window v8.2.1108
Wed, 01 Jul 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.1107: 'imactivatefunc' and 'imstatusfunc' are not used in the GUI v8.2.1107
Wed, 01 Jul 2020 14:45:05 +0200 Bram Moolenaar patch 8.2.1106: crash when trying to use s: variable in typed command v8.2.1106
Wed, 01 Jul 2020 14:00:05 +0200 Bram Moolenaar patch 8.2.1105: insufficient test coverage for Lua v8.2.1105
Wed, 01 Jul 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.1104: Coverity warnts for possible NULL pointer use v8.2.1104
Wed, 01 Jul 2020 13:15:06 +0200 Bram Moolenaar patch 8.2.1103: Coverity reports an unnecessary NULL check v8.2.1103
Wed, 01 Jul 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.1102: Coverity gets confused by an unnecessary NULL check v8.2.1102
Tue, 30 Jun 2020 22:15:05 +0200 Bram Moolenaar patch 8.2.1101: no error when using wrong arguments for setqflist() v8.2.1101
Tue, 30 Jun 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1100: Vim9: cannot use line break in :execute argument v8.2.1100
Tue, 30 Jun 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1099: Vim9: cannot use line break in :cexpr argument v8.2.1099
Tue, 30 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1098: Vim9: cannot use line break in :throw argument v8.2.1098
Tue, 30 Jun 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.1097: highlight code not sufficiently tested v8.2.1097
Tue, 30 Jun 2020 13:45:06 +0200 Bram Moolenaar patch 8.2.1096: Vim9: return type of getqflist() is wrong v8.2.1096
Mon, 29 Jun 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.1095: may use pointer after freeing it v8.2.1095
Mon, 29 Jun 2020 23:15:05 +0200 Bram Moolenaar patch 8.2.1094: dead code in libvterm v8.2.1094
Mon, 29 Jun 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1093: Python: double free when adding item to dict fails v8.2.1093
Mon, 29 Jun 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1092: not checking if saving for undo succeeds v8.2.1092
Mon, 29 Jun 2020 22:45:07 +0200 Bram Moolenaar patch 8.2.1091: no check if opening a pty works v8.2.1091
Mon, 29 Jun 2020 22:45:07 +0200 Bram Moolenaar patch 8.2.1090: may use NULL pointer when skipping over name v8.2.1090
Mon, 29 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1089: Coverity warns for pointer computation v8.2.1089
Mon, 29 Jun 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.1088: a very long translation might cause a buffer overflow v8.2.1088
Mon, 29 Jun 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1087: possible memory leak when file expansion fails
Mon, 29 Jun 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1086: possibly using freed memory when text properties used v8.2.1086
Mon, 29 Jun 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1085: Coverity complains about ignoring dict_add() return value v8.2.1085
Mon, 29 Jun 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1084: Lua: registering function has useless code v8.2.1084
Mon, 29 Jun 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.1083: crash when using reduce() on a NULL list v8.2.1083
Mon, 29 Jun 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1082: Coverity complains about ignoring dict_add() return value v8.2.1082
Sun, 28 Jun 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1081: Lua: cannot use table.insert() and table.remove() v8.2.1081
Sun, 28 Jun 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1080: Vim9: no line break allowed in a for loop v8.2.1080
Sun, 28 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1079: Vim9: no line break allowed in a while loop v8.2.1079
Sun, 28 Jun 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.1078: highlight and match functionality together in one file v8.2.1078
Sun, 28 Jun 2020 13:15:05 +0200 Bram Moolenaar patch 8.2.1077: no enough test coverage for highlighting v8.2.1077
Sat, 27 Jun 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1076: Vim9: no line break allowed in :if expression v8.2.1076
Sat, 27 Jun 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1075: Vim9: no line break allowed in :echo expression v8.2.1075
Sat, 27 Jun 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1074: Vim9: no line break allowed after some operators v8.2.1074
Sat, 27 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1073: Vim9: no line break allowed in () expression v8.2.1073
Sat, 27 Jun 2020 18:15:04 +0200 Bram Moolenaar patch 8.2.1072: missing libvterm test v8.2.1072
Sat, 27 Jun 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.1071: Vim9: no line break allowed inside a lambda v8.2.1071
Sat, 27 Jun 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1070: Vim9: leaking memory when lacking white space in dict v8.2.1070
Sat, 27 Jun 2020 16:45:05 +0200 Bram Moolenaar patch 8.2.1069: Vim9: fail to check for white space in list v8.2.1069
Sat, 27 Jun 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.1068: Vim9: no line break allowed inside a dict v8.2.1068
Sat, 27 Jun 2020 13:15:03 +0200 Bram Moolenaar patch 8.2.1067: expression "!expr->func()" does not work v8.2.1067
Sat, 27 Jun 2020 12:45:04 +0200 Bram Moolenaar patch 8.2.1066: Lua arrays are zero based v8.2.1066
Fri, 26 Jun 2020 23:00:05 +0200 Bram Moolenaar patch 8.2.1065: Vim9: no line break allowed inside a list v8.2.1065
Fri, 26 Jun 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1064: Vim9: no line break allowed before comperators v8.2.1064
Fri, 26 Jun 2020 21:45:16 +0200 Bram Moolenaar patch 8.2.1063: Vim9: no line break allowed before || or && v8.2.1063
Fri, 26 Jun 2020 21:30:06 +0200 Bram Moolenaar patch 8.2.1062: Vim9: no line break allowed inside "cond ? val1 : val2" v8.2.1062
Fri, 26 Jun 2020 20:45:08 +0200 Bram Moolenaar patch 8.2.1061: insufficient testing for src/window.c v8.2.1061
Fri, 26 Jun 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.1060: not all elinks files are recognized v8.2.1060
Fri, 26 Jun 2020 19:45:07 +0200 Bram Moolenaar patch 8.2.1059: crash when using :tabonly in an autocommand v8.2.1059
Thu, 25 Jun 2020 22:30:15 +0200 Bram Moolenaar patch 8.2.1058: multiline conceal causes display errors v8.2.1058
Thu, 25 Jun 2020 21:00:18 +0200 Bram Moolenaar patch 8.2.1057: cannot build with dynamic Lua v8.2.1057
Thu, 25 Jun 2020 20:15:32 +0200 Bram Moolenaar patch 8.2.1056: wrong display when mixing match conceal and syntax conceal v8.2.1056
Thu, 25 Jun 2020 20:00:54 +0200 Bram Moolenaar patch 8.2.1055: no filetype set for pacman config files v8.2.1055
Thu, 25 Jun 2020 19:30:21 +0200 Bram Moolenaar patch 8.2.1054: not so easy to pass a lua function to Vim v8.2.1054
Thu, 25 Jun 2020 19:15:25 +0200 Bram Moolenaar patch 8.2.1053: insufficient testing for 'statusline' and 'tabline' v8.2.1053
Wed, 24 Jun 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1052: build failure with older compilers v8.2.1052
Wed, 24 Jun 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.1051: crash when changing a list while using reduce() on it v8.2.1051
Wed, 24 Jun 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1050: missing change in struct v8.2.1050
Wed, 24 Jun 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1049: Vim9: leaking memory when using continuation line v8.2.1049
Wed, 24 Jun 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1048: build failure without the eval feature v8.2.1048
Wed, 24 Jun 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1047: Vim9: script cannot use line continuation like :def function v8.2.1047
Wed, 24 Jun 2020 13:45:06 +0200 Bram Moolenaar patch 8.2.1046: insufficient tests for src/buffer.c v8.2.1046
Tue, 23 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1045: Vim9: line break before operator does not work v8.2.1045
Tue, 23 Jun 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1044: not all systemd file types are recognized v8.2.1044
Tue, 23 Jun 2020 20:15:07 +0200 Bram Moolenaar patch 8.2.1043: %a item in 'statusline' not tested v8.2.1043
Mon, 22 Jun 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1042: Vim9: cannot put an operator on the next line v8.2.1042
Mon, 22 Jun 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.1041: test summary is missing executed count v8.2.1041
Mon, 22 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.1040: not enough testing for movement commands v8.2.1040
Mon, 22 Jun 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1039: cannot put NUL byte on clipboard v8.2.1039
Mon, 22 Jun 2020 20:30:03 +0200 Bram Moolenaar patch 8.2.1038: popupwin test fails v8.2.1038
Mon, 22 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.1037: Vim9: crash when using line continuation inside :def v8.2.1037
Mon, 22 Jun 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1036: popupwin test fails sometimes v8.2.1036
Mon, 22 Jun 2020 19:15:06 +0200 Bram Moolenaar patch 8.2.1035: setreg() does not always clear the register v8.2.1035
Sun, 21 Jun 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1034: compiler warning for uninitialized variables v8.2.1034
Sun, 21 Jun 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1033: not easy to read the test time in the test output v8.2.1033
Sun, 21 Jun 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.1032: error message for declaring a variable cannot be translated v8.2.1032
Sun, 21 Jun 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1031: build failure with Perl5.32 v8.2.1031
Sun, 21 Jun 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.1030: reducing size of a terminal window may cause a crash v8.2.1030
Sun, 21 Jun 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.1029: Vim9: cannot chain function calls with -> at line start v8.2.1029
Sun, 21 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1028: Vim9: no error for declaring buffer, window, etc. variable v8.2.1028
Sun, 21 Jun 2020 15:15:03 +0200 Bram Moolenaar patch 8.2.1027: GUI: multi-byte characters do not work in a terminal v8.2.1027
Sun, 21 Jun 2020 14:15:03 +0200 Bram Moolenaar patch 8.2.1026: Vim9: cannot break the line after "->" v8.2.1026
Sun, 21 Jun 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.1025: tabpage menu and tabline not sufficiently tested v8.2.1025
Sat, 20 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1024: Vim9: no error for using "let g:var = val" v8.2.1024
Sat, 20 Jun 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.1023: Vim9: redefining a function uses a new index every time v8.2.1023
Sat, 20 Jun 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1022: various parts of code not covered by tests v8.2.1022
Sat, 20 Jun 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.1021: Ruby interface not tested enough v8.2.1021
Sat, 20 Jun 2020 15:15:03 +0200 Bram Moolenaar patch 8.2.1020: popupwin test fails in the GUI v8.2.1020
Sat, 20 Jun 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.1019: mapping <M-S-a> does not work in the GUI v8.2.1019
Sat, 20 Jun 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.1018: typo in enum value v8.2.1018
Fri, 19 Jun 2020 22:45:05 +0200 Bram Moolenaar patch 8.2.1017: Appveyor output doesn't show MinGW console features v8.2.1017
Fri, 19 Jun 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.1016: Vim9: test fails when channel feature is missing v8.2.1016
Fri, 19 Jun 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1015: popup filter gets key with modifier prepended v8.2.1015
Fri, 19 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.1014: using "name" for a string result is confusing v8.2.1014
Fri, 19 Jun 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1013: channel tests can be a bit flaky v8.2.1013
Fri, 19 Jun 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.1012: Vim9: cannot declare single character script variables v8.2.1012
Fri, 19 Jun 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1011: Vim9: some code not tested v8.2.1011
Fri, 19 Jun 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1010: build failure in libvterm with debug enabled v8.2.1010
Thu, 18 Jun 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1009: Vim9: some failures not checked for v8.2.1009
Thu, 18 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.1008: Vim9: no test for disassambling newly added instructions v8.2.1008
Thu, 18 Jun 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.1007: completion doesn't work after ":r ++arg !" v8.2.1007
Thu, 18 Jun 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1006: Vim9: require unnecessary return statement v8.2.1006
Thu, 18 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.1005: Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing v8.2.1005
Thu, 18 Jun 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1004: line numbers below filler lines not always updated v8.2.1004
Thu, 18 Jun 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.1003: Vim9: return type of sort() is too generic v8.2.1003
Thu, 18 Jun 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.1002: test may fail when run directly v8.2.1002
Thu, 18 Jun 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.1001: Vim9: crash with nested "if" and assignment v8.2.1001
Thu, 18 Jun 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1000: get error when leaving Ex mode with :visual v8.2.1000
Thu, 18 Jun 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0999: moving to next sentence gets stuck on quote v8.2.0999
Wed, 17 Jun 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0998: not all tag code is tested v8.2.0998
Wed, 17 Jun 2020 22:00:05 +0200 Bram Moolenaar patch 8.2.0997: cannot execute a register containing line continuation v8.2.0997
Wed, 17 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0996: using "aucmdwin" in win_gettype() is not ideal v8.2.0996
Wed, 17 Jun 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.0995: insufficient testing for the readdir() sort option v8.2.0995
Wed, 17 Jun 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.0994: Vim9: missing function causes compilation error v8.2.0994
Wed, 17 Jun 2020 12:15:05 +0200 Bram Moolenaar patch 8.2.0993: Vim9 script test fails with normal features v8.2.0993
Tue, 16 Jun 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.0992: Vim9: crash when using :import in the Vim command v8.2.0992
Tue, 16 Jun 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0991: cannot get window type for autocmd and preview window v8.2.0991
Tue, 16 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0990: Using duplicate error number v8.2.0990
Tue, 16 Jun 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.0989: crash after resizing a terminal window v8.2.0989
Tue, 16 Jun 2020 20:15:05 +0200 Bram Moolenaar patch 8.2.0988: getting directory contents is always case sorted v8.2.0988
Tue, 16 Jun 2020 11:45:04 +0200 Bram Moolenaar patch 8.2.0987: Vim9: cannot assign to [var; var] v8.2.0987
Mon, 15 Jun 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.0986: MS-Windows: functions test fails v8.2.0986
Mon, 15 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0985: simplify() does not remove slashes from "///path" v8.2.0985
Mon, 15 Jun 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.0984: not using previous window when closing a shell popup window v8.2.0984
Mon, 15 Jun 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.0983: SConstruct file type not recognized v8.2.0983
Mon, 15 Jun 2020 20:00:05 +0200 Bram Moolenaar patch 8.2.0982: insufficient testing for reading/writing files v8.2.0982
Sun, 14 Jun 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0981: Vim9: cannot compile "[var, var] = list" v8.2.0981
Sun, 14 Jun 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.0980: raku file extension not recognized v8.2.0980
Sun, 14 Jun 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.0979: a couple of screendump tests fail v8.2.0979
Sun, 14 Jun 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0978: leaking memory in termcodes test v8.2.0978
Sun, 14 Jun 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.0977: t_8u is made empty for the wrong terminals v8.2.0977
Sun, 14 Jun 2020 14:00:03 +0200 Bram Moolenaar patch 8.2.0976: some 'cpoptions' not tested v8.2.0976
Sun, 14 Jun 2020 13:00:04 +0200 Bram Moolenaar patch 8.2.0975: Vim9: script variable does not accept optional s: prefix v8.2.0975
Sat, 13 Jun 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0974: Vim9: memory leak when script var has wrong type v8.2.0974
Sat, 13 Jun 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.0973: Vim9: type is not checked when assigning to a script variable v8.2.0973
Sat, 13 Jun 2020 18:15:03 +0200 Bram Moolenaar patch 8.2.0972: Vim9 script variable declarations need a type v8.2.0972
Sat, 13 Jun 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.0971: build with tiny features fails v8.2.0971
Sat, 13 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.0970: terminal properties are not available in Vim script v8.2.0970
Sat, 13 Jun 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.0969: assert_equal() output for dicts is hard to figure out v8.2.0969
Sat, 13 Jun 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.0968: no proper testing of the 'cpoptions' flags v8.2.0968
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Fri, 12 Jun 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0966: 'shortmess' flag "n" not used in two places v8.2.0966
Fri, 12 Jun 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0965: has_funcundefined() is not used v8.2.0965
Fri, 12 Jun 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0964: TextYankPost does not provide info about Visual selection v8.2.0964
Fri, 12 Jun 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.0963: number increment/decrement does not work with 'virtualedit' v8.2.0963
Fri, 12 Jun 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0962: terminal test sometimes hangs on Travis v8.2.0962
Fri, 12 Jun 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.0961: MS-Windows: no completion for locales v8.2.0961
Thu, 11 Jun 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0960: cannot use :import in legacy Vim script v8.2.0960
Thu, 11 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0959: using 'quickfixtextfunc' is a bit slow v8.2.0959
Thu, 11 Jun 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.0958: not sufficient testing for buffer writing v8.2.0958
Thu, 11 Jun 2020 12:45:04 +0200 Bram Moolenaar patch 8.2.0957: compiler warning for uninitialized variable v8.2.0957
Wed, 10 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0956: spell test fails v8.2.0956
Wed, 10 Jun 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0955: build fails v8.2.0955
Wed, 10 Jun 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.0954: not all desktop files are recognized v8.2.0954
Wed, 10 Jun 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.0953: spell checking doesn't work for CamelCased words v8.2.0953
Wed, 10 Jun 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.0952: no simple way to interrupt Vim v8.2.0952
Wed, 10 Jun 2020 20:30:03 +0200 Bram Moolenaar patch 8.2.0951: search stat test has leftover from debugging v8.2.0951
Wed, 10 Jun 2020 17:15:04 +0200 Bram Moolenaar patch 8.2.0950: tagjump test fails v8.2.0950
Wed, 10 Jun 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.0949: strptime() does not use DST v8.2.0949
Wed, 10 Jun 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.0948: spell test fails v8.2.0948
Wed, 10 Jun 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.0947: readdirex() doesn't handle broken link properly v8.2.0947
Wed, 10 Jun 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.0946: cannot use "q" to cancel a number prompt v8.2.0946
Wed, 10 Jun 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0945: cannot use "z=" when 'spell' is off v8.2.0945
Wed, 10 Jun 2020 14:30:05 +0200 Bram Moolenaar patch 8.2.0944: xxd test leaves file behind v8.2.0944
Wed, 10 Jun 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.0943: displaying ^M or ^J depends on current buffer v8.2.0943
Wed, 10 Jun 2020 13:15:03 +0200 Bram Moolenaar patch 8.2.0942: expanding to local dir after homedir keeps "~/" v8.2.0942
Wed, 10 Jun 2020 12:30:04 +0200 Bram Moolenaar patch 8.2.0941: detecting terminal properties is unstructured v8.2.0941
Tue, 09 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0940: build failure with tiny features v8.2.0940
Tue, 09 Jun 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.0939: checking for term escape sequences is long and confusing v8.2.0939
Tue, 09 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0938: NFA regexp uses tolower ()to compare ignore-case v8.2.0938
Tue, 09 Jun 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.0937: asan failure in the flatten() test v8.2.0937
Tue, 09 Jun 2020 16:00:05 +0200 Bram Moolenaar patch 8.2.0936: some terminals misinterpret the code for getting cursor style v8.2.0936
Mon, 08 Jun 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.0935: flattening a list with existing code is slow v8.2.0935
Mon, 08 Jun 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.0934: lhelpgrep twice in help window doesn't jump to the help topic v8.2.0934
Mon, 08 Jun 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.0933: 'quickfixtextfunc' does not get window ID of location list v8.2.0933
Mon, 08 Jun 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.0932: missspelling spelllang v8.2.0932
Sun, 07 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0931: some remarks about BeOS remain v8.2.0931
Sun, 07 Jun 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.0930: script filetype detection trips over env -S argument v8.2.0930
Sun, 07 Jun 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.0929: v:register is not cleared after an operator was executed v8.2.0929
Sun, 07 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0928: many type casts are used for vim_strnsave() v8.2.0928
Sun, 07 Jun 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.0927: some sshconfig and ssdhconfig files are not recognized v8.2.0927
Sun, 07 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0926: cmdline test fails on Appveyor v8.2.0926
Sun, 07 Jun 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.0925: getcompletion() does not return command line arguments v8.2.0925
Sun, 07 Jun 2020 18:30:03 +0200 Bram Moolenaar patch 8.2.0924: cannot save and restore a register properly v8.2.0924
Sun, 07 Jun 2020 17:45:03 +0200 Bram Moolenaar patch 8.2.0923: cmdline test is slow v8.2.0923
Sun, 07 Jun 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.0922: search test fails v8.2.0922
Sun, 07 Jun 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.0921: CTRL-W T in cmdline window causes trouble v8.2.0921
Sun, 07 Jun 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.0920: writing viminfo fails with a circular reference v8.2.0920
Sun, 07 Jun 2020 16:00:06 +0200 Bram Moolenaar patch 8.2.0919: merging modifier for modifyOtherKeys is done twice v8.2.0919
Sun, 07 Jun 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.0918: duplicate code for evaluating expression argument v8.2.0918
Sun, 07 Jun 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.0917: quickfix entries do not suport a "note" type v8.2.0917
Sat, 06 Jun 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0916: mapping with partly modifyOtherKeys code does not work v8.2.0916
Sat, 06 Jun 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.0915: search() cannot skip over matches like searchpair() can v8.2.0915
Sat, 06 Jun 2020 16:30:04 +0200 Bram Moolenaar patch 8.2.0914: MS-Windows: cannot specify a "modified by" text v8.2.0914
Sat, 06 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.0913: code for resetting v:register is duplicated v8.2.0913
Sat, 06 Jun 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.0912: a few test cases for CJK formatting are disabled v8.2.0912
Sat, 06 Jun 2020 15:15:03 +0200 Bram Moolenaar patch 8.2.0911: crash when opening a buffer for the cmdline window fails v8.2.0911
Sat, 06 Jun 2020 13:30:04 +0200 Bram Moolenaar Also fix the patch number.
Sat, 06 Jun 2020 13:30:03 +0200 Bram Moolenaar Fix duplicated code that only appears in git.
Fri, 05 Jun 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.0910: Vim is not reproducibly buildable v8.2.0910
Fri, 05 Jun 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0909: cannot go back to the previous local directory v8.2.0909
Fri, 05 Jun 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0908: crash when changing the function table while listing it v8.2.0908
Fri, 05 Jun 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0907: when using :global clipboard isn't set correctly v8.2.0907
Fri, 05 Jun 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.0906: when setting 'termguicolors' SpellBad is no longer red v8.2.0906
Thu, 04 Jun 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0905: test coverage could be better v8.2.0905
Thu, 04 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0904: assuming modifyOtherKeys for rhs of mapping v8.2.0904
Thu, 04 Jun 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.0903: comparing WINVER does not work correctly v8.2.0903
Thu, 04 Jun 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0902: using searchcount() in 'statusline' causes an error v8.2.0902
Thu, 04 Jun 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.0901: formatting CJK text isn't optimal v8.2.0901
Thu, 04 Jun 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.0900: function list test fails on MS-Windows v8.2.0900
Thu, 04 Jun 2020 17:00:04 +0200 Bram Moolenaar patch 8.2.0899: assert_equalfile() does not give a hint about the difference v8.2.0899
Thu, 04 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.0898: missing help for a function goes unnoticed v8.2.0898
Thu, 04 Jun 2020 15:30:05 +0200 Bram Moolenaar patch 8.2.0897: list of functions in patched version is outdated v8.2.0897
Wed, 03 Jun 2020 23:00:03 +0200 Bram Moolenaar patch 8.2.0896: crash when calling searchcount() with a string v8.2.0896
Wed, 03 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0895: :mkspell output does not mention the tree type v8.2.0895
Wed, 03 Jun 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.0894: :mkspell can take very long if the word count is high v8.2.0894
Wed, 03 Jun 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0893: assert_equalfile() does not take a third argument v8.2.0893
Wed, 03 Jun 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.0892: ubsan warns for undefined behavior v8.2.0892
Wed, 03 Jun 2020 10:15:03 +0200 Bram Moolenaar patch 8.2.0891: clang warns for invalid conversion v8.2.0891
Tue, 02 Jun 2020 23:30:04 +0200 Bram Moolenaar patch 8.2.0890: no color in terminal window when 'termguicolor' is set v8.2.0890
Tue, 02 Jun 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0889: using old style comments v8.2.0889
Tue, 02 Jun 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0888: readdirex() returns size -2 for a directory v8.2.0888
Tue, 02 Jun 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0887: searchcount().exact_match is 1 right after a match v8.2.0887
Tue, 02 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0886: cannot use octal numbers in scriptversion 4 v8.2.0886
Tue, 02 Jun 2020 20:30:04 +0200 Bram Moolenaar patch 8.2.0885: "make shadow" does not link new lua test dir v8.2.0885
Mon, 01 Jun 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0884: searchcount() test fails on slower systems v8.2.0884
Mon, 01 Jun 2020 21:15:03 +0200 Bram Moolenaar patch 8.2.0883: memory leak in test 49 v8.2.0883
Mon, 01 Jun 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0882: leaking memory when using reduce() v8.2.0882
Mon, 01 Jun 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.0881: compiler warning for argument type v8.2.0881
Mon, 01 Jun 2020 19:15:03 +0200 Bram Moolenaar patch 8.2.0880: leaking memory when using searchcount() v8.2.0880
Mon, 01 Jun 2020 19:00:04 +0200 Bram Moolenaar patch 8.2.0879: compiler warning for unused function argument v8.2.0879
Mon, 01 Jun 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.0878: no reduce() function v8.2.0878
Mon, 01 Jun 2020 17:30:04 +0200 Bram Moolenaar patch 8.2.0877: cannot get the search statistics v8.2.0877
Mon, 01 Jun 2020 16:30:03 +0200 Bram Moolenaar patch 8.2.0876: :pwd does not give a hint about the scope of the directory v8.2.0876
Mon, 01 Jun 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.0875: getting attributes for directory entries is slow v8.2.0875
Mon, 01 Jun 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.0874: signals test is a bit flaky v8.2.0874
Mon, 01 Jun 2020 14:45:06 +0200 Bram Moolenaar patch 8.2.0873: a .jl file can be sawfish (lisp) or Julia v8.2.0873
Mon, 01 Jun 2020 14:45:05 +0200 Bram Moolenaar patch 8.2.0872: XIM code is mixed with multi-byte code v8.2.0872
Mon, 01 Jun 2020 14:15:05 +0200 Bram Moolenaar patch 8.2.0871: cannot use getmarklist() as a method v8.2.0871
Mon, 01 Jun 2020 14:15:04 +0200 Bram Moolenaar patch 8.2.0870: MS-Windows: Control keys don't work in the GUI v8.2.0870
Sun, 31 May 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0869: it is not possible to customize the quickfix window contents v8.2.0869
Sun, 31 May 2020 22:30:04 +0200 Bram Moolenaar patch 8.2.0868: trim() always trims both ends v8.2.0868
Sun, 31 May 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.0867: using {xxx} for encoding a modifier is not nice v8.2.0867
Sun, 31 May 2020 21:30:03 +0200 Bram Moolenaar patch 8.2.0866: not enough tests for buffer writing v8.2.0866
Sun, 31 May 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0865: syntax foldlevel is taken from the start of the line v8.2.0865
Sun, 31 May 2020 18:00:03 +0200 Bram Moolenaar patch 8.2.0864: pragmas are indented all the way to the left v8.2.0864
Sun, 31 May 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.0863: cannot set a separate color for underline/undercurl v8.2.0863
Sun, 31 May 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.0862: ":term ++curwin" makes the current buffer hidden v8.2.0862
Sun, 31 May 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0861: cannot easily get all the current marks v8.2.0861
Sun, 31 May 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.0860: cannot use CTRL-A and CTRL-X on unsigned numbers v8.2.0860
Sun, 31 May 2020 14:30:05 +0200 Bram Moolenaar patch 8.2.0859: no Turkish translation of the manual v8.2.0859
Sun, 31 May 2020 14:15:03 +0200 Bram Moolenaar patch 8.2.0858: not easy to require Lua modules v8.2.0858
Sun, 31 May 2020 14:00:03 +0200 Bram Moolenaar patch 8.2.0857: GTK cell height can be a pixel too much v8.2.0857
Sun, 31 May 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.0856: CTRL-S stops output v8.2.0856
Sat, 30 May 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.0855: GUI tests fail because the test doesn't use a modifier v8.2.0855
Sat, 30 May 2020 21:00:12 +0200 Bram Moolenaar patch 8.2.0854: xxd cannot show offset as a decimal number v8.2.0854
Sat, 30 May 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.0853: ml_delete() often called with FALSE argument v8.2.0853
Sat, 30 May 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.0852: cannot map CTRL-S on some systems v8.2.0852
Sat, 30 May 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.0851: can't distinguish <M-a> from accented "a" in the GUI v8.2.0851
Sat, 30 May 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.0850: MS-Windows: exepath() works different from cmd.exe v8.2.0850
Sat, 30 May 2020 18:30:04 +0200 Bram Moolenaar patch 8.2.0849: BeOS code is not maintained and probably unused v8.2.0849
Sat, 30 May 2020 18:00:04 +0200 Bram Moolenaar patch 8.2.0848: MS-Windows: the Windows terminal code has some flaws v8.2.0848
Sat, 30 May 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.0847: typval related code is spread out v8.2.0847
Sat, 30 May 2020 16:30:03 +0200 Bram Moolenaar patch 8.2.0846: build failure with small features v8.2.0846
Sat, 30 May 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0845: text properties crossing lines not handled correctly v8.2.0845
Sat, 30 May 2020 15:00:03 +0200 Bram Moolenaar patch 8.2.0844: text properties crossing lines not handled correctly v8.2.0844
Sat, 30 May 2020 13:30:04 +0200 Bram Moolenaar patch 8.2.0843: filetype elm not detected v8.2.0843
Sat, 30 May 2020 13:15:03 +0200 Bram Moolenaar patch 8.2.0842: MS-Windows: channel tests fail v8.2.0842
Fri, 29 May 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0841: 'verbose' value 16 causes duplicate output v8.2.0841
Fri, 29 May 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0840: search match count wrong when only match is in fold v8.2.0840
Fri, 29 May 2020 22:45:05 +0200 Bram Moolenaar patch 8.2.0839: dropping modifier when putting a character back in typeahead v8.2.0839
Fri, 29 May 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.0838: MS-Windows: compiler warning for uninitialized variables v8.2.0838
Fri, 29 May 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0837: compiler warning for value set but not used v8.2.0837
Thu, 28 May 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0836: not all :cdo output is visible v8.2.0836
Thu, 28 May 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0835: Motif: mapping <C-bslash> still doesn't work v8.2.0835
Wed, 27 May 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.0834: :drop command in terminal popup causes problems v8.2.0834
Wed, 27 May 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0833: mapping <C-bslash> doesn't work in the GUI v8.2.0833
Wed, 27 May 2020 21:30:05 +0200 Bram Moolenaar patch 8.2.0832: compiler warning for uninitialized variable v8.2.0832
Wed, 27 May 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.0831: compiler warnings for integer sizes v8.2.0831
Tue, 26 May 2020 22:15:03 +0200 Bram Moolenaar patch 8.2.0830: Motif: can't map "!" v8.2.0830
Tue, 26 May 2020 20:30:06 +0200 Bram Moolenaar patch 8.2.0829: filter() may give misleading error message v8.2.0829
Tue, 26 May 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0828: Travis: regexp patttern doesn't work everywhere v8.2.0828
Tue, 26 May 2020 11:45:04 +0200 Bram Moolenaar patch 8.2.0827: Vim9: crash in :defcompile v8.2.0827
Tue, 26 May 2020 11:15:04 +0200 Bram Moolenaar patch 8.2.0826: Vim9: crash in :defcompile v8.2.0826
Mon, 25 May 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.0825: def_function() may return pointer that was freed v8.2.0825
Mon, 25 May 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0824: still not enough memory allocated when converting string v8.2.0824
Mon, 25 May 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.0823: Vim9: script reload test is disabled v8.2.0823
Mon, 25 May 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.0822: Vim9: code left over from discovery phase v8.2.0822
Mon, 25 May 2020 00:30:03 +0200 Bram Moolenaar patch 8.2.0821: Vim9: memory leak in expr test v8.2.0821
Mon, 25 May 2020 00:00:04 +0200 Bram Moolenaar patch 8.2.0820: Vim9: function type isn't set until compiled v8.2.0820
Sun, 24 May 2020 23:15:05 +0200 Bram Moolenaar patch 8.2.0819: compiler warning for unused variable v8.2.0819
Sun, 24 May 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0818: Vim9: using a discovery phase doesn't work well v8.2.0818
Sun, 24 May 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.0817: not enough memory allocated when converting string v8.2.0817
Sun, 24 May 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.0816: terminal test fails when compiled with Athena v8.2.0816
Sun, 24 May 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.0815: maparg() does not provide enough information for mapset() v8.2.0815
Sat, 23 May 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.0814: clang warning for implicit conversion v8.2.0814
Fri, 22 May 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0813: libvterm code is slightly different from upstream v8.2.0813
Fri, 22 May 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.0812: mapset() does not properly handle <> notation v8.2.0812
Fri, 22 May 2020 14:45:03 +0200 Bram Moolenaar patch 8.2.0811: terminal keycode test is flaky v8.2.0811
Fri, 22 May 2020 14:15:03 +0200 Bram Moolenaar patch 8.2.0810: error when appending "tagfile" to 'wildoptions' v8.2.0810
Fri, 22 May 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.0809: build failure with small features v8.2.0809
Fri, 22 May 2020 13:45:03 +0200 Bram Moolenaar patch 8.2.0808: not enough testing for the terminal window v8.2.0808
Fri, 22 May 2020 13:15:04 +0200 Bram Moolenaar patch 8.2.0807: cannot easily restore a mapping v8.2.0807
Thu, 21 May 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.0806: using "func!" after vim9script gives confusing error v8.2.0806
Thu, 21 May 2020 20:45:03 +0200 Bram Moolenaar patch 8.2.0805: terminal key codes test fails on some systems v8.2.0805
Thu, 21 May 2020 20:15:04 +0200 Bram Moolenaar patch 8.2.0804: libvterm code lags behind the upstream version v8.2.0804
Wed, 20 May 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.0803: libvterm code lags behind the upstream version v8.2.0803
Wed, 20 May 2020 18:45:04 +0200 Bram Moolenaar patch 8.2.0802: libvterm code lags behind the upstream version v8.2.0802
Tue, 19 May 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.0801: terminal test fails on Mac v8.2.0801
Tue, 19 May 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.0800: errors from failing test are unclear v8.2.0800
Tue, 19 May 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0799: build fails if snprintf is not available v8.2.0799
Tue, 19 May 2020 21:30:07 +0200 Bram Moolenaar patch 8.2.0798: libvterm code lags behind the upstream version v8.2.0798
Tue, 19 May 2020 10:45:04 +0200 Bram Moolenaar patch 8.2.0797: MS-Windows: compiler still can't handle C99 construct v8.2.0797
Mon, 18 May 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.0796: MS-Windows: compiler can't handle C99 construct in libvterm v8.2.0796
Mon, 18 May 2020 22:00:03 +0200 Bram Moolenaar patch 8.2.0795: libvterm code lags behind the upstream version v8.2.0795
Mon, 18 May 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.0794: libvterm code lags behind the upstream version v8.2.0794
Mon, 18 May 2020 20:30:03 +0200 Bram Moolenaar patch 8.2.0793: MS-Windows: cannot build GUI with small features v8.2.0793
Mon, 18 May 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.0792: build failure with small features v8.2.0792
Mon, 18 May 2020 20:00:03 +0200 Bram Moolenaar patch 8.2.0791: a second popup window with terminal causes trouble v8.2.0791
Mon, 18 May 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.0790: Vim9: list index not well tested v8.2.0790
Mon, 18 May 2020 13:45:03 +0200 Bram Moolenaar patch 8.2.0789: Vim9: expression testing lost coverage using constants v8.2.0789
Sun, 17 May 2020 23:45:04 +0200 Bram Moolenaar patch 8.2.0788: memory leak in libvterm v8.2.0788
Sun, 17 May 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.0787: libvterm code lags behind the upstream version v8.2.0787
Sun, 17 May 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.0786: channel test is flaky on FreeBSD v8.2.0786
Sun, 17 May 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.0785: libvterm code lags behind the upstream version v8.2.0785
Sun, 17 May 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.0784: libvterm code lags behind the upstream version v8.2.0784
Sun, 17 May 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0783: libvterm code lags behind the upstream version v8.2.0783
Sun, 17 May 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.0782: cannot build with Lua on MS-Windows v8.2.0782
Sun, 17 May 2020 17:00:03 +0200 Bram Moolenaar patch 8.2.0781: compiler warning for not using value in Lua v8.2.0781
Sun, 17 May 2020 16:30:04 +0200 Bram Moolenaar patch 8.2.0780: libvterm code lags behind the upstream version v8.2.0780
Sun, 17 May 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.0779: tmode_T not used everywhere v8.2.0779
Sun, 17 May 2020 16:15:03 +0200 Bram Moolenaar patch 8.2.0778: libvterm code lags behind the upstream version v8.2.0778
Sun, 17 May 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.0777: terminal test fails v8.2.0777
Sun, 17 May 2020 15:00:04 +0200 Bram Moolenaar patch 8.2.0776: libvterm code lags behind the upstream version v8.2.0776
Sun, 17 May 2020 14:45:04 +0200 Bram Moolenaar patch 8.2.0775: not easy to call a Vim function from Lua v8.2.0775
Sun, 17 May 2020 14:15:07 +0200 Bram Moolenaar patch 8.2.0774: t_TI and t_TE are output when using 'visualbell' v8.2.0774
Sat, 16 May 2020 23:30:03 +0200 Bram Moolenaar patch 8.2.0773: switching to raw mode every time ":" is used v8.2.0773
Sat, 16 May 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.0772: Vim9: some variable initializations not tested v8.2.0772
Sat, 16 May 2020 21:30:10 +0200 Bram Moolenaar patch 8.2.0771: Vim9: cannot call a compiled closure from not compiled code v8.2.0771
Sat, 16 May 2020 19:00:07 +0200 Bram Moolenaar patch 8.2.0770: cannot map CTRL-B when using the GUI v8.2.0770
Sat, 16 May 2020 16:15:04 +0200 Bram Moolenaar patch 8.2.0769: VimLeavePre not triggered when Vim is terminated v8.2.0769
Sat, 16 May 2020 15:45:03 +0200 Bram Moolenaar patch 8.2.0768: Vim9: memory leak in script test v8.2.0768
Sat, 16 May 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.0767: modifyOtherKeys active when using a shell command in autocmd v8.2.0767
Sat, 16 May 2020 14:15:06 +0200 Bram Moolenaar patch 8.2.0766: display error when using 'number' and 'breakindent' v8.2.0766
Sat, 16 May 2020 14:15:05 +0200 Bram Moolenaar patch 8.2.0765: In the GUI can't use all the modifiers. v8.2.0765
Fri, 15 May 2020 23:45:04 +0200 Bram Moolenaar patch 8.2.0764: Vim9: assigning to option not fully tested v8.2.0764
Fri, 15 May 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0763: GUI test fails without the terminal feature v8.2.0763
Fri, 15 May 2020 22:45:04 +0200 Bram Moolenaar patch 8.2.0762: buffer is not considered modified after setting crypt key v8.2.0762
Fri, 15 May 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0761: Vim9: instructions not tested v8.2.0761
Fri, 15 May 2020 21:45:04 +0200 Bram Moolenaar patch 8.2.0760: Vim9: dict member errors not tested v8.2.0760
Fri, 15 May 2020 21:45:03 +0200 Bram Moolenaar patch 8.2.0759: Vim9: missing changes for performance improvements v8.2.0759
Fri, 15 May 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.0758: Vim9: no test for STORELIST and STOREDICT v8.2.0758
Fri, 15 May 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.0757: Vim9: no test for MEMBER instruction v8.2.0757