log src/proto/option.pro @ 35162:860a5fb8eaf2 default tip

age author description
Sat, 03 Feb 2024 18:15:04 +0100 Christian Brabandt patch 9.1.0074: did_set_breakat() should be in optionstr.c v9.1.0074
Tue, 17 Oct 2023 10:15:08 +0200 Christian Brabandt patch 9.0.2035: [security] use-after-free with wildmenu v9.0.2035
Fri, 29 Sep 2023 20:45:04 +0200 Christian Brabandt patch 9.0.1958: cannot complete option values v9.0.1958
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
Sun, 12 Mar 2023 22:30:05 +0100 Bram Moolenaar patch 9.0.1403: unused variables and functions v9.0.1403
Sat, 04 Mar 2023 21:00:04 +0100 Bram Moolenaar patch 9.0.1379: functions for handling options are not ordered v9.0.1379
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
Wed, 25 Jan 2023 16:15:06 +0100 Bram Moolenaar patch 9.0.1242: code for :runtime completion is not consistent v9.0.1242
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
Tue, 28 Jun 2022 00:00:15 +0200 Bram Moolenaar patch 8.2.5171: dependencies and proto files are outdated v8.2.5171
Sun, 08 May 2022 22:15:02 +0200 Bram Moolenaar patch 8.2.4917: fuzzy expansion of option names is not right v8.2.4917
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
Thu, 24 Feb 2022 14:30:05 +0100 Bram Moolenaar patch 8.2.4463: completion only uses strict matching v8.2.4463
Wed, 23 Feb 2022 13:15:02 +0100 Bram Moolenaar patch 8.2.4453: :helpgrep may free an option that was not allocated v8.2.4453
Sat, 22 Jan 2022 16:15:02 +0100 Bram Moolenaar patch 8.2.4180: 'balloonexpr' is evaluated in the current script context v8.2.4180
Sat, 15 Jan 2022 11:15:03 +0100 Bram Moolenaar patch 8.2.4093: cached breakindent values not initialized properly v8.2.4093
Mon, 06 Dec 2021 12:15:04 +0100 Bram Moolenaar patch 8.2.3751: cannot assign a lambda to an option that takes a function v8.2.3751
Thu, 18 Nov 2021 23:15:04 +0100 Bram Moolenaar patch 8.2.3619: cannot use a lambda for 'operatorfunc' v8.2.3619
Mon, 26 Jul 2021 22:30:05 +0200 Bram Moolenaar patch 8.2.3227: 'virtualedit' can only be set globally v8.2.3227
Sun, 13 Jun 2021 20:30:03 +0200 Bram Moolenaar patch 8.2.2993: 'fileencodings' default value should depend on 'encoding' v8.2.2993
Thu, 31 Dec 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.2254: Vim9: bool option type is number v8.2.2254
Mon, 21 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2182: Vim9: value of 'magic' is still relevant v8.2.2182
Fri, 01 May 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.0674: some source files are too big v8.2.0674
Sat, 18 Jan 2020 16:00:04 +0100 Bram Moolenaar patch 8.2.0128: cannot list options one per line v8.2.0128
Thu, 21 Nov 2019 22:15:03 +0100 Bram Moolenaar patch 8.1.2331: the option.c file is still very big v8.1.2331
Tue, 12 Nov 2019 22:45:05 +0100 Bram Moolenaar patch 8.1.2295: if buffer of popup is in another window cursorline sign shows v8.1.2295
Sat, 09 Nov 2019 23:30:03 +0100 Bram Moolenaar patch 8.1.2281: 'showbreak' cannot be set for one window v8.1.2281
Wed, 25 Sep 2019 20:45:03 +0200 Bram Moolenaar patch 8.1.2073: when editing a buffer 'colorcolumn' may not work v8.1.2073
Mon, 16 Sep 2019 21:15:05 +0200 Bram Moolenaar patch 8.1.2045: the option.c file is too big v8.1.2045
Mon, 02 Sep 2019 22:45:05 +0200 Bram Moolenaar patch 8.1.1966: some code in options.c fits better elsewhere v8.1.1966
Sat, 24 Aug 2019 16:00:04 +0200 Bram Moolenaar patch 8.1.1919: using window options when passing a buffer to popup_create() v8.1.1919
Tue, 20 Aug 2019 20:15:07 +0200 Bram Moolenaar patch 8.1.1891: functions used in one file are global v8.1.1891
Tue, 23 Jul 2019 22:30:07 +0200 Bram Moolenaar patch 8.1.1736: viminfo support is spread out v8.1.1736
Thu, 30 May 2019 15:30:05 +0200 Bram Moolenaar patch 8.1.1423: popup windows use options from current window and buffer v8.1.1423
Sun, 26 May 2019 21:15:04 +0200 Bram Moolenaar patch 8.1.1405: "highlight" option of popup windows not supported v8.1.1405
Wed, 10 Apr 2019 22:30:06 +0200 Bram Moolenaar patch 8.1.1143: may pass weird strings to file name expansion v8.1.1143
Thu, 31 Jan 2019 18:30:08 +0100 Bram Moolenaar patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff' v8.1.0864
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Thu, 22 Nov 2018 03:15:10 +0100 Bram Moolenaar patch 8.1.0542: shiftwidth() does not take 'vartabstop' into account v8.1.0542
Tue, 02 Oct 2018 15:00:07 +0200 Christian Brabandt patch 8.1.0445: setting 'term' does not store location for termcap options v8.1.0445
Thu, 13 Sep 2018 20:45:05 +0200 Christian Brabandt patch 8.1.0386: cannot test with non-default option value v8.1.0386
Thu, 13 Sep 2018 17:30:06 +0200 Christian Brabandt patch 8.1.0380: "make proto" doesn't work well v8.1.0380
Sat, 23 Jun 2018 19:30:07 +0200 Christian Brabandt patch 8.1.0105: all tab stops are the same v8.1.0105
Thu, 01 Mar 2018 22:00:09 +0100 Christian Brabandt patch 8.0.1554: custom plugins loaded with --clean v8.0.1554
Sun, 23 Jul 2017 23:00:04 +0200 Christian Brabandt patch 8.0.0764: 'termkey' does not work yet v8.0.0764
Fri, 12 Aug 2016 22:30:07 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/b5ae48e9ffd3b8eb6ca4057de11f1bddcde8ce6f v7.4.2204
Fri, 12 Aug 2016 18:45:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/95ec9d6a6ab3117d60ff638670a803d43974ba51 v7.4.2201
Tue, 19 Jan 2016 13:30:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892 v7.4.1133
Tue, 23 Sep 2014 15:45:08 +0200 Bram Moolenaar updated for version 7.4.456 v7.4.456
Sun, 24 Aug 2014 21:39:49 +0200 Bram Moolenaar updated for version 7.4.417 v7.4.417
Wed, 25 Jun 2014 14:44:10 +0200 Bram Moolenaar updated for version 7.4.339 v7.4.339
Wed, 25 Jun 2014 14:39:50 +0200 Bram Moolenaar updated for version 7.4.338 v7.4.338
Tue, 14 Jan 2014 16:55:00 +0100 Bram Moolenaar updated for version 7.4.152 v7.4.152
Tue, 05 Nov 2013 07:13:41 +0100 Bram Moolenaar updated for version 7.4.069 v7.4.069
Tue, 21 May 2013 22:38:18 +0200 Bram Moolenaar updated for version 7.3.1004 v7.3.1004
Mon, 06 May 2013 03:52:55 +0200 Bram Moolenaar updated for version 7.3.924 v7.3.924
Thu, 17 Jan 2013 17:02:05 +0100 Bram Moolenaar updated for version 7.3.769 v7.3.769
Wed, 05 Dec 2012 14:43:02 +0100 Bram Moolenaar updated for version 7.3.745 v7.3.745