log src/structs.h @ 32670:695b50472e85

age author description
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
Sat, 10 Jun 2023 18:00:06 +0200 Bram Moolenaar patch 9.0.1624: crash when calling object constructor v9.0.1624
Sat, 27 May 2023 23:30:03 +0200 Bram Moolenaar patch 9.0.1585: weird use of static variables for spell checking v9.0.1585
Sat, 27 May 2023 19:15:04 +0200 Bram Moolenaar patch 9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" v9.0.1583
Sat, 06 May 2023 23:30:03 +0200 Bram Moolenaar patch 9.0.1520: completion for option name includes all bool options v9.0.1520
Sun, 23 Apr 2023 19:00:05 +0200 Bram Moolenaar patch 9.0.1481: decrypting with libsodium may fail if the library changes v9.0.1481
Sun, 16 Apr 2023 22:00:02 +0200 Bram Moolenaar patch 9.0.1459: typo in name of type v9.0.1459
Fri, 14 Apr 2023 23:00:07 +0200 Bram Moolenaar patch 9.0.1453: typos in source code and tests v9.0.1453
Thu, 13 Apr 2023 23:15:03 +0200 Bram Moolenaar patch 9.0.1452: code using EVAL_CONSTANT is dead, it is never set v9.0.1452
Sun, 09 Apr 2023 23:15:05 +0200 Bram Moolenaar patch 9.0.1443: ending Insert mode when accessing a hidden prompt buffer v9.0.1443
Sun, 05 Mar 2023 14:15:05 +0100 Bram Moolenaar patch 9.0.1381: ACCESS_ names have a conflict with on some systems v9.0.1381
Fri, 03 Mar 2023 13:30:03 +0100 Bram Moolenaar patch 9.0.1374: function for setting options not used consistently v9.0.1374
Mon, 27 Feb 2023 14:00:03 +0100 Bram Moolenaar patch 9.0.1359: too many "else if" statements in handling options v9.0.1359
Sat, 25 Feb 2023 13:00:05 +0100 Bram Moolenaar patch 9.0.1353: too many "else if" statements to handle option values v9.0.1353
Tue, 21 Feb 2023 21:00:05 +0100 Bram Moolenaar patch 9.0.1338: :defcompile and :disassemble can't find class method v9.0.1338
Tue, 21 Feb 2023 13:45:07 +0100 Bram Moolenaar patch 9.0.1334: using tt_member for the class leads to mistakes v9.0.1334
Mon, 20 Feb 2023 13:30:05 +0100 Bram Moolenaar patch 9.0.1330: handling new value of an option has a long "else if" chain v9.0.1330
Sun, 12 Feb 2023 19:15:03 +0100 Bram Moolenaar patch 9.0.1305: cursor in wrong line with virtual text above v9.0.1305
Sat, 28 Jan 2023 16:30:04 +0100 Bram Moolenaar patch 9.0.1254: calling a method on an interface does not work v9.0.1254
Fri, 20 Jan 2023 21:01:46 +0100 Bram Moolenaar patch 9.0.1224: cannot call a :def function with a number for float argument v9.0.1224
Mon, 16 Jan 2023 20:45:04 +0100 Bram Moolenaar patch 9.0.1209: getting interface member does not always work v9.0.1209
Thu, 12 Jan 2023 16:15:04 +0100 Bram Moolenaar patch 9.0.1184: interface of an object is not recognized when checking type v9.0.1184
Wed, 11 Jan 2023 17:00:05 +0100 Bram Moolenaar patch 9.0.1178: a child class cannot override functions from a base class v9.0.1178
Sun, 08 Jan 2023 21:00:05 +0100 Bram Moolenaar patch 9.0.1159: extends argument for class not implemented yet v9.0.1159
Fri, 06 Jan 2023 19:45:05 +0100 Bram Moolenaar patch 9.0.1152: class "implements" argument not implemented v9.0.1152
Thu, 05 Jan 2023 21:15:03 +0100 Bram Moolenaar patch 9.0.1151: build failure v9.0.1151
Thu, 05 Jan 2023 14:30:04 +0100 Bram Moolenaar patch 9.0.1149: class members may be garbage collected v9.0.1149
Tue, 03 Jan 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1140: cannot call an object method in a compiled function v9.0.1140
Sun, 01 Jan 2023 14:00:07 +0100 Bram Moolenaar patch 9.0.1123: class function not implemented yet v9.0.1123
Thu, 29 Dec 2022 22:00:04 +0100 Bram Moolenaar patch 9.0.1108: type error when using "any" type and adding to float v9.0.1108
Sun, 18 Dec 2022 22:45:04 +0100 Bram Moolenaar patch 9.0.1074: class members are not supported yet v9.0.1074
Wed, 14 Dec 2022 22:00:04 +0100 Bram Moolenaar patch 9.0.1060: private and public object members are not implemented yet v9.0.1060
Sat, 10 Dec 2022 19:45:04 +0100 Bram Moolenaar patch 9.0.1045: in a class object members cannot be initialized v9.0.1045
Fri, 09 Dec 2022 22:45:03 +0100 Bram Moolenaar patch 9.0.1041: cannot define a method in a class v9.0.1041
Thu, 08 Dec 2022 21:45:03 +0100 Bram Moolenaar patch 9.0.1035: object members are not being marked as used v9.0.1035
Thu, 08 Dec 2022 17:15:03 +0100 Bram Moolenaar patch 9.0.1033: tiny build fails because of conflicting typedef v9.0.1033
Thu, 08 Dec 2022 16:45:03 +0100 Bram Moolenaar patch 9.0.1031: Vim9 class is not implemented yet v9.0.1031
Wed, 07 Dec 2022 23:45:05 +0100 Bram Moolenaar patch 9.0.1026: type of w_last_topfill is wrong v9.0.1026
Wed, 07 Dec 2022 10:30:04 +0100 Bram Moolenaar patch 9.0.1025: WinScrolled is not triggered when filler lines change v9.0.1025
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
Thu, 24 Nov 2022 14:30:03 +0100 Bram Moolenaar patch 9.0.0939: still using simplified mappings when using kitty protocol v9.0.0939
Wed, 02 Nov 2022 14:45:11 +0100 Bram Moolenaar patch 9.0.0828: various typos v9.0.0828
Wed, 02 Nov 2022 11:18:48 +0100 Bram Moolenaar patch 9.0.0819 v9.0.0819
Fri, 28 Oct 2022 10:45:07 +0200 Bram Moolenaar patch 9.0.0817
Sat, 15 Oct 2022 17:30:02 +0200 Bram Moolenaar patch 9.0.0762: build failure v9.0.0762
Thu, 13 Oct 2022 23:15:05 +0200 Bram Moolenaar patch 9.0.0747: too many #ifdefs v9.0.0747
Thu, 13 Oct 2022 23:00:03 +0200 Bram Moolenaar patch 9.0.0746: breakindent test cases are commented out v9.0.0746
Wed, 12 Oct 2022 21:00:05 +0200 Bram Moolenaar patch 9.0.0734: cursor position invalid when scrolling with 'smoothscroll' v9.0.0734
Tue, 04 Oct 2022 15:45:03 +0200 Bram Moolenaar patch 9.0.0656: cannot specify another character to use instead of '@' v9.0.0656
Mon, 03 Oct 2022 16:30:04 +0200 Bram Moolenaar patch 9.0.0647: the 'splitscroll' option is not a good name v9.0.0647
Sun, 02 Oct 2022 22:30:15 +0200 Bram Moolenaar patch 9.0.0640: cannot scroll by screen line if a line wraps v9.0.0640
Thu, 29 Sep 2022 20:15:05 +0200 Bram Moolenaar patch 9.0.0623: error for modifying a const is not detected at compile time v9.0.0623
Thu, 29 Sep 2022 14:00:09 +0200 Bram Moolenaar patch 9.0.0620: matchaddpos() can only add up to 8 matches v9.0.0620
Thu, 22 Sep 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0547: looping over empty out_loop[] entries v9.0.0547
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
Mon, 19 Sep 2022 17:00:07 +0200 Bram Moolenaar patch 9.0.0502: a closure in a nested loop in a :def function does not work v9.0.0502
Sat, 17 Sep 2022 22:15:05 +0200 Bram Moolenaar patch 9.0.0491: no good reason to build without the float feature v9.0.0491
Sat, 17 Sep 2022 16:45:04 +0200 Bram Moolenaar patch 9.0.0485: in :def function all closures in loop get the same variables