log src/evalvars.c @ 31602:53c3df37a2b0 v9.0.1133

age author description
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
Tue, 10 May 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.4934: string interpolation fails when not evaluating v8.2.4934
Tue, 10 May 2022 14:30:04 +0200 Bram Moolenaar patch 8.2.4930: interpolated string expression requires escaping v8.2.4930
Fri, 06 May 2022 14:15:03 +0200 Bram Moolenaar patch 8.2.4883: string interpolation only works in heredoc
Wed, 04 May 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.4866: duplicate code in "get" functions v8.2.4866
Thu, 28 Apr 2022 18:00:04 +0200 Bram Moolenaar patch 8.2.4840: heredoc expression evaluated even when skipping v8.2.4840
Fri, 22 Apr 2022 00:45:04 +0200 Bram Moolenaar patch 8.2.4804: expression in heredoc doesn't work for compiled function v8.2.4804
Mon, 18 Apr 2022 17:00:03 +0200 Bram Moolenaar patch 8.2.4783: Coverity warns for leaking memory v8.2.4783
Sun, 17 Apr 2022 14:00:04 +0200 Bram Moolenaar patch 8.2.4770: cannot easily mix expression and heredoc v8.2.4770
Fri, 15 Apr 2022 22:00:03 +0200 Bram Moolenaar patch 8.2.4754: using cached values after unsetting some environment variables v8.2.4754
Fri, 15 Apr 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.4753: error from setting an option is silently ignored v8.2.4753
Tue, 05 Apr 2022 22:45:03 +0200 Bram Moolenaar patch 8.2.4698: Vim9: script variable has no flag that it was set v8.2.4698
Mon, 04 Apr 2022 16:00:03 +0200 Bram Moolenaar patch 8.2.4682: Vim9: can use :unlockvar for const variable v8.2.4682
Fri, 01 Apr 2022 16:30:03 +0200 Bram Moolenaar patch 8.2.4662: no error for using out of range list index v8.2.4662
Mon, 28 Mar 2022 16:30:03 +0200 Bram Moolenaar patch 8.2.4642: Vim9: in :def function script var cannot be null v8.2.4642
Sun, 27 Mar 2022 18:00:03 +0200 Bram Moolenaar patch 8.2.4635: tests using null list or dict fail v8.2.4635
Sun, 27 Mar 2022 17:30:04 +0200 Bram Moolenaar patch 8.2.4634: Vim9: cannot initialize a variable to null_list
Sun, 20 Mar 2022 19:00:03 +0100 Bram Moolenaar patch 8.2.4600: Vim9: not enough test coverage for executing :def function v8.2.4600
Tue, 08 Mar 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4526: Vim9: cannot set variables to a null value v8.2.4526
Sat, 05 Mar 2022 14:00:03 +0100 Bram Moolenaar patch 8.2.4510: Vim9: shortening commands leads to confusing script v8.2.4510
Sat, 05 Mar 2022 12:45:03 +0100 Bram Moolenaar patch 8.2.4509: Vim9: can declare a variable with ":va" v8.2.4509
Sat, 05 Mar 2022 12:15:04 +0100 Bram Moolenaar patch 8.2.4508: Vim9: cannot assign to a global variable on the command line v8.2.4508
Thu, 03 Mar 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4500: Vim9: can declare a global variable on the command line v8.2.4500
Wed, 02 Mar 2022 21:00:02 +0100 Bram Moolenaar patch 8.2.4492: no error if an option is given a value with ":let &opt = val" v8.2.4492
Tue, 01 Mar 2022 20:30:04 +0100 Bram Moolenaar patch 8.2.4487: Vim9: cannot compare with v:null v8.2.4487
Mon, 21 Feb 2022 17:00:03 +0100 Bram Moolenaar patch 8.2.4431: unnecessary condition when assigning to a variable v8.2.4431
Sun, 20 Feb 2022 22:00:03 +0100 Bram Moolenaar patch 8.2.4428: crash when switching tabpage while in the cmdline window v8.2.4428
Tue, 15 Feb 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4395: some code lines not covered by tests v8.2.4395
Sun, 13 Feb 2022 23:00:04 +0100 Bram Moolenaar patch 8.2.4375: ctx_imports is not used v8.2.4375
Sun, 13 Feb 2022 15:00:03 +0100 Bram Moolenaar patch 8.2.4371: Vim9: can create a script variable from a legacy function v8.2.4371
Mon, 07 Feb 2022 15:00:05 +0100 Bram Moolenaar patch 8.2.4318: various comment and indent mistakes, returning wrong zero v8.2.4318
Wed, 02 Feb 2022 21:15:03 +0100 Bram Moolenaar patch 8.2.4286: Vim9: strict type checking after copy() and deepcopy() v8.2.4286
Sun, 30 Jan 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4260: Vim9: can still use a global function without g: v8.2.4260
Wed, 26 Jan 2022 22:15:03 +0100 Bram Moolenaar patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def function v8.2.4225
Mon, 24 Jan 2022 22:30:04 +0100 Bram Moolenaar patch 8.2.4209: partial in 'opfunc' cannot use an imported function v8.2.4209
Sun, 23 Jan 2022 19:00:02 +0100 Bram Moolenaar patch 8.2.4197: cannot use an import in the "expr" part of 'spellsuggest' v8.2.4197
Sun, 23 Jan 2022 15:30:03 +0100 Bram Moolenaar patch 8.2.4193: cannot use an import in 'charconvert' v8.2.4193
Sun, 23 Jan 2022 14:45:03 +0100 Bram Moolenaar patch 8.2.4192: cannot use an import in 'printexpr' v8.2.4192