log src/evalvars.c @ 35067:b2e515aab168 default tip

age author description
Wed, 24 Apr 2024 20:15:03 +0200 Christian Brabandt patch 9.1.0369: Vim9: problem when importing autoloaded scripts v9.1.0369
Sun, 21 Apr 2024 15:00:03 +0200 Christian Brabandt patch 9.1.0360: Vim9: does not handle autoloaded variables well v9.1.0360
Mon, 15 Apr 2024 19:30:04 +0200 Christian Brabandt patch 9.1.0335: String interpolation fails for List type v9.1.0335
Sat, 13 Apr 2024 18:00:05 +0200 Christian Brabandt patch 9.1.0313: Crash when using heredoc with comment in command block v9.1.0313
Fri, 12 Apr 2024 19:00:06 +0200 Christian Brabandt patch 9.1.0312: heredocs are not supported for :commands v9.1.0312
Thu, 28 Mar 2024 10:45:06 +0100 Christian Brabandt patch 9.1.0219: Vim9: No enum support v9.1.0219
Sat, 09 Mar 2024 16:00:02 +0100 Christian Brabandt patch 9.1.0160: Vim9: Add support for using a class type of itself in an object method v9.1.0160
Mon, 12 Feb 2024 23:00:04 +0100 Christian Brabandt patch 9.1.0102: settabvar() may change the last accessed tabpage v9.1.0102
Tue, 06 Feb 2024 11:15:05 +0100 Christian Brabandt patch 9.1.0080: unexpected error for modifying final list using += v9.1.0080
Tue, 16 Jan 2024 17:30:10 +0100 Christian Brabandt patch 9.1.0034: Window scrolls unexpectedly when 'scrollbind' is set v9.1.0034
Thu, 04 Jan 2024 21:30:04 +0100 Christian Brabandt patch 9.1.0006: is*() and to*() function may be unsafe v9.1.0006
Thu, 21 Dec 2023 17:30:05 +0100 Christian Brabandt patch 9.0.2184: Vim9: inconsistent :type/:class messages v9.0.2184
Tue, 19 Dec 2023 21:00:04 +0100 Christian Brabandt patch 9.0.2180: POSIX function name in exarg causes issues v9.0.2180
Mon, 18 Dec 2023 08:45:06 +0100 Christian Brabandt patch 9.0.2174: Vim9: segfault when assigning to type v9.0.2174
Mon, 11 Dec 2023 17:45:06 +0100 Christian Brabandt patch 9.0.2156: Vim9: can use typealias in assignment v9.0.2156
Sat, 28 Oct 2023 16:00:06 +0200 Christian Brabandt patch 9.0.2078: several problems with type aliases v9.0.2078
Fri, 27 Oct 2023 19:45:05 +0200 Christian Brabandt patch 9.0.2076: Vim9: No support for type aliases v9.0.2076
Thu, 05 Oct 2023 20:30:08 +0200 Christian Brabandt patch 9.0.1986: Vim9: accepting type-annotations v9.0.1986
Wed, 04 Oct 2023 20:30:03 +0200 Christian Brabandt patch 9.0.1982: vim9: clean up from v9.0.1955 v9.0.1982
Fri, 29 Sep 2023 20:00:07 +0200 Christian Brabandt patch 9.0.1955: Vim9: lockvar issues with objects/classes v9.0.1955
Sun, 24 Sep 2023 23:30:03 +0200 Christian Brabandt patch 9.0.1933: Can change the type of a v: variable using if_lua v9.0.1933
Sun, 20 Aug 2023 21:30:04 +0200 Christian Brabandt patch 9.0.1776: No support for stable Python 3 ABI v9.0.1776
Sat, 19 Aug 2023 13:15:04 +0200 Christian Brabandt patch 9.0.1741: No type checking in interfaces v9.0.1741
Mon, 26 Jun 2023 13:13:12 +0200 Christian Brabandt Fix line endings issue
Mon, 26 Jun 2023 09:54:34 +0200 Christian Brabandt normalize line endings
Wed, 14 Jun 2023 17:45:04 +0200 Bram Moolenaar patch 9.0.1631: passing wrong variable type to option gives multiple errors v9.0.1631
Mon, 05 Jun 2023 21:00:05 +0200 Bram Moolenaar patch 9.0.1611: v:maxcol can be changed in a :for loop v9.0.1611
Wed, 24 May 2023 22:15:06 +0200 Bram Moolenaar patch 9.0.1576: users may not know what to do with an internal error v9.0.1576
Wed, 12 Apr 2023 22:45:03 +0200 Bram Moolenaar patch 9.0.1447: condition is always true v9.0.1447
Tue, 07 Mar 2023 18:15:04 +0100 Bram Moolenaar patch 9.0.1390: FOR_ALL_ macros are defined in an unexpected file v9.0.1390
Wed, 01 Feb 2023 14:15:04 +0100 Bram Moolenaar patch 9.0.1271: using sizeof() and subtract array size is tricky v9.0.1271
Mon, 30 Jan 2023 22:15:03 +0100 Bram Moolenaar patch 9.0.1266: error for space before ": type" is inconsistent v9.0.1266
Thu, 12 Jan 2023 22:15:04 +0100 Bram Moolenaar patch 9.0.1188: return value of type() for class and object unclear v9.0.1188
Thu, 12 Jan 2023 21:15:03 +0100 Bram Moolenaar patch 9.0.1186: imported class does not work when used twice in a line v9.0.1186
Thu, 12 Jan 2023 18:15:05 +0100 Bram Moolenaar patch 9.0.1185: using class from imported script not tested v9.0.1185
Fri, 06 Jan 2023 19:45:05 +0100 Bram Moolenaar patch 9.0.1152: class "implements" argument not implemented v9.0.1152
Tue, 03 Jan 2023 12:00:04 +0100 Bram Moolenaar patch 9.0.1137: some conditions are always false v9.0.1137
Mon, 02 Jan 2023 19:15:04 +0100 Bram Moolenaar patch 9.0.1133: error message names do not match the items v9.0.1133
Mon, 02 Jan 2023 18:00:04 +0100 Bram Moolenaar patch 9.0.1132: code is indented more than needed v9.0.1132
Thu, 08 Dec 2022 16:45:03 +0100 Bram Moolenaar patch 9.0.1031: Vim9 class is not implemented yet v9.0.1031
Fri, 02 Dec 2022 17:00:04 +0100 Bram Moolenaar patch 9.0.0990: callback name argument is changed by setqflist() v9.0.0990
Mon, 28 Nov 2022 20:00:05 +0100 Bram Moolenaar patch 9.0.0965: using one window for executing autocommands is insufficient v9.0.0965
Fri, 25 Nov 2022 17:45:04 +0100 Bram Moolenaar patch 9.0.0949: crash when unletting a variable while listing variables v9.0.0949
Wed, 16 Nov 2022 21:45:03 +0100 Bram Moolenaar patch 9.0.0890: no test for what patch 9.0.0827 fixes v9.0.0890
Thu, 13 Oct 2022 19:00:06 +0200 Bram Moolenaar patch 9.0.0744: in script in autoload dir exported variable is not found v9.0.0744
Wed, 12 Oct 2022 14:00:04 +0200 Bram Moolenaar patch 9.0.0732: no check for white space before and after "=<<" v9.0.0732
Sat, 01 Oct 2022 20:45:04 +0200 Bram Moolenaar patch 9.0.0634: evaluating "expr" options has more overhead than needed v9.0.0634
Wed, 21 Sep 2022 20:00:05 +0200 Bram Moolenaar patch 9.0.0535: closure gets wrong value in for loop with two loop variables v9.0.0535
Wed, 14 Sep 2022 01:45:04 +0200 Bram Moolenaar patch 9.0.0460: loop variable can't be found v9.0.0460
Sun, 11 Sep 2022 16:15:04 +0200 Bram Moolenaar patch 9.0.0444: trying to declare g:variable gives confusing error v9.0.0444
Tue, 06 Sep 2022 20:00:04 +0200 Bram Moolenaar patch 9.0.0398: members of funccall_T are inconsistently named v9.0.0398
Sat, 03 Sep 2022 12:00:05 +0200 Bram Moolenaar patch 9.0.0364: clang static analyzer gives warnings v9.0.0364
Fri, 02 Sep 2022 12:30:06 +0200 Bram Moolenaar patch 9.0.0355: check for uppercase char in autoload name is wrong v9.0.0355
Wed, 24 Aug 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0253: a symlink to an autoload script results in two entries v9.0.0253
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Wed, 27 Jul 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0092: plugins cannot change v:completed_item v9.0.0092
Wed, 27 Jul 2022 13:45:05 +0200 Bram Moolenaar patch 9.0.0090: no error when assigning bool to a string option v9.0.0090
Mon, 25 Jul 2022 13:30:05 +0200 Bram Moolenaar patch 9.0.0066: switching window uneccarily when getting buffer options v9.0.0066
Wed, 29 Jun 2022 14:00:03 +0200 Bram Moolenaar patch 9.0.0003: functions are global while they could be local v9.0.0003
Wed, 25 May 2022 18:30:02 +0200 Bram Moolenaar patch 8.2.5017: gcc 12.1 warns for uninitialized variable v8.2.5017