log src/version.c @ 22329:858d7ceb1135 v8.2.1713

age author description
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