log runtime/doc/vim9class.txt @ 34472:5c1a025192ed v9.1.0148

age author description
Sun, 03 Mar 2024 16:45:06 +0100 Christian Brabandt patch 9.1.0148: Vim9: can't call internal methods with objects v9.1.0148
Fri, 12 Jan 2024 17:45:08 +0100 Christian Brabandt patch 9.1.0020: Vim9: cannot compile all methods in a class v9.1.0020
Sun, 07 Jan 2024 16:00:09 +0100 Christian Brabandt runtime(doc): Improve the documentation for Vim9 classes (#13828)
Tue, 02 Jan 2024 18:45:09 +0100 Christian Brabandt patch 9.1.0000: Vim 9.1 release v9.1.0 v9.1.0000
Mon, 01 Jan 2024 21:00:03 +0100 Christian Brabandt runtime(doc): add missing help tags
Thu, 28 Dec 2023 23:15:06 +0100 Christian Brabandt runtime(doc): correct the :public example (#13795)
Wed, 27 Dec 2023 19:15:06 +0100 Christian Brabandt runtime(doc): add help tag multiple-constructors. (#13772)
Sun, 24 Dec 2023 11:15:06 +0100 Christian Brabandt runtime(doc): Clarify that new() is not static
Sun, 24 Dec 2023 11:15:04 +0100 Christian Brabandt runtime(doc): list of new/changed features in version9.txt
Thu, 21 Dec 2023 17:45:03 +0100 Christian Brabandt runtime(doc): add some error codes to `:help vim9class` (#13747)
Thu, 21 Dec 2023 17:00:04 +0100 Christian Brabandt patch 9.0.2182: Vim9: need a way to reserve future extension v9.0.2182
Sat, 16 Dec 2023 14:15:05 +0100 Christian Brabandt patch 9.0.2170: Vim9: no support for const/final class/objects vars v9.0.2170
Thu, 14 Dec 2023 20:45:04 +0100 Christian Brabandt runtime(doc): grammar & typo fixes
Thu, 14 Dec 2023 20:30:06 +0100 Christian Brabandt patch 9.0.2167: Vim9: not consistently using :var for declarations v9.0.2167
Thu, 14 Dec 2023 20:15:06 +0100 Christian Brabandt patch 9.0.2162: Vim9: type documentation out-dated v9.0.2162
Sun, 10 Dec 2023 15:16:27 +0100 Christian Brabandt runtime(doc): update todo items (#13631)
Tue, 21 Nov 2023 13:30:06 +0100 Christian Brabandt runtime(doc): Fix whitespace and formatting of some help files (#13549)
Sat, 11 Nov 2023 09:00:06 +0100 Christian Brabandt patch 9.0.2096: Vim9: confusing usage of private v9.0.2096
Thu, 02 Nov 2023 21:00:04 +0100 Christian Brabandt patch 9.0.2084: Vim9: abstract static methods are possible v9.0.2084
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
Sat, 21 Oct 2023 12:15:03 +0200 Christian Brabandt patch 9.0.2059: outstanding exceptions may be skipped v9.0.2059
Fri, 06 Oct 2023 19:30:09 +0200 Christian Brabandt runtime(doc): Update vim9class help (#13292)
Mon, 02 Oct 2023 22:00:05 +0200 Christian Brabandt runtime(doc): fix typos.
Mon, 02 Oct 2023 22:00:03 +0200 Christian Brabandt patch 9.0.1974: vim9: using contra-variant type-checks v9.0.1974
Fri, 29 Sep 2023 23:00:04 +0200 Christian Brabandt patch 9.0.1959: Vim9: methods parameters and types are covariant v9.0.1959
Thu, 28 Sep 2023 23:30:03 +0200 Christian Brabandt patch 9.0.1951: Vim9: hard to debug vim9_class errors from CI v9.0.1951
Thu, 28 Sep 2023 23:00:03 +0200 Christian Brabandt patch 9.0.1950: Vim9: error codes spread out v9.0.1950
Thu, 28 Sep 2023 22:30:03 +0200 Christian Brabandt patch 9.0.1948: Vim9: object variable "this." should only be used in constructor v9.0.1948
Wed, 27 Sep 2023 19:15:04 +0200 Christian Brabandt patch 9.0.1945: Vim9: missing support for ro-vars in interface v9.0.1945
Sun, 24 Sep 2023 23:45:06 +0200 Christian Brabandt runtime(doc): Vim9: Consistenly use class/object variable and class/object method in help (#13149)
Mon, 18 Sep 2023 20:00:12 +0200 Christian Brabandt patch 9.0.1909: Vim9: problem calling class method from other class v9.0.1909
Fri, 08 Sep 2023 19:45:03 +0200 Christian Brabandt patch 9.0.1885: Vim9: no support for abstract methods v9.0.1885
Tue, 29 Aug 2023 22:30:10 +0200 Christian Brabandt patch 9.0.1821: Vim9 constructors are always static v9.0.1821
Sun, 27 Aug 2023 19:30:05 +0200 Christian Brabandt patch 9.0.1804: Vim9: no support for private object methods v9.0.1804
Tue, 22 Aug 2023 21:45:02 +0200 Christian Brabandt patch 9.0.1780: Vim9 type not defined during object creation v9.0.1780
Sun, 20 Aug 2023 18:30:05 +0200 Christian Brabandt patch 9.0.1760: vim9 class problem with new() constructor v9.0.1760
Sat, 22 Apr 2023 23:45:05 +0200 Bram Moolenaar Update runtime files
Mon, 27 Feb 2023 17:00:08 +0100 Bram Moolenaar Update runtime files
Mon, 20 Feb 2023 22:00:05 +0100 Bram Moolenaar Update runtime files.
Thu, 02 Feb 2023 15:15:06 +0100 Bram Moolenaar Update runtime files.
Mon, 09 Jan 2023 21:15:05 +0100 Bram Moolenaar Update runtime files
Sat, 31 Dec 2022 16:45:06 +0100 Bram Moolenaar Update runtime files
Tue, 13 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1053: default constructor arguments are not optional v9.0.1053
Sun, 11 Dec 2022 17:00:05 +0100 Bram Moolenaar Update runtime files
Thu, 08 Dec 2022 16:45:03 +0100 Bram Moolenaar patch 9.0.1031: Vim9 class is not implemented yet v9.0.1031
Sun, 04 Dec 2022 21:15:07 +0100 Bram Moolenaar patch 9.0.1001: classes are not documented or implemented yet v9.0.1001