log src/option.c @ 32525:bb5458706799 v9.0.1594

age author description
Wed, 31 May 2023 18:15:04 +0200 Bram Moolenaar patch 9.0.1594: some internal error messages are translated v9.0.1594
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
Wed, 15 Mar 2023 23:15:03 +0100 Bram Moolenaar patch 9.0.1405: missing check for out-of-memory v9.0.1405
Sun, 12 Mar 2023 22:30:05 +0100 Bram Moolenaar patch 9.0.1403: unused variables and functions v9.0.1403
Tue, 07 Mar 2023 19:00:04 +0100 Bram Moolenaar patch 9.0.1391: "clear" macros are not always used v9.0.1391
Sat, 04 Mar 2023 22:00:03 +0100 Bram Moolenaar patch 9.0.1380: CTRL-X on 2**64 subtracts two v9.0.1380
Sat, 04 Mar 2023 21:00:04 +0100 Bram Moolenaar patch 9.0.1379: functions for handling options are not ordered v9.0.1379
Thu, 02 Mar 2023 16:00:05 +0100 Bram Moolenaar patch 9.0.1369: still some "else if" constructs for setting options v9.0.1369
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
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, 15 Feb 2023 20:15:03 +0100 Bram Moolenaar patch 9.0.1313: some settings use the current codepage instead of 'encoding' v9.0.1313
Wed, 15 Feb 2023 15:30:05 +0100 Bram Moolenaar patch 9.0.1311: Coverity warns for using a NULL pointer v9.0.1311
Tue, 14 Feb 2023 14:15:05 +0100 Bram Moolenaar patch 9.0.1308: the code for setting options is too complicated v9.0.1308
Mon, 13 Feb 2023 17:15:04 +0100 Bram Moolenaar patch 9.0.1307: setting 'formatoptions' with :let doesn't check for errors v9.0.1307
Fri, 10 Feb 2023 16:00:04 +0100 Bram Moolenaar patch 9.0.1295: the option initialization function is too long v9.0.1295
Thu, 09 Feb 2023 23:15:03 +0100 Bram Moolenaar patch 9.0.1294: the set_bool_option() function is too long v9.0.1294
Thu, 09 Feb 2023 13:30:04 +0100 Bram Moolenaar patch 9.0.1293: the set_num_option() is too long v9.0.1293
Mon, 06 Feb 2023 17:45:05 +0100 Bram Moolenaar patch 9.0.1286: Coverity warns for using a NULL pointer v9.0.1286
Sun, 05 Feb 2023 18:15:03 +0100 Bram Moolenaar patch 9.0.1284: compiler warnings for uninitialized variables v9.0.1284
Sun, 05 Feb 2023 17:15:04 +0100 Bram Moolenaar patch 9.0.1283: the code for setting options is too complicated v9.0.1283
Thu, 02 Feb 2023 17:45:05 +0100 Bram Moolenaar patch 9.0.1275: the code for setting options is too complicated v9.0.1275
Wed, 25 Jan 2023 16:15:06 +0100 Bram Moolenaar patch 9.0.1242: code for :runtime completion is not consistent v9.0.1242
Tue, 17 Jan 2023 22:45:02 +0100 Bram Moolenaar patch 9.0.1215: using isalpha() adds dependency on current locale v9.0.1215
Mon, 16 Jan 2023 19:30:04 +0100 Bram Moolenaar patch 9.0.1208: code is indented more than necessary v9.0.1208
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 12:45:04 +0100 Bram Moolenaar patch 9.0.0963: function name does not match autocmd event name v9.0.0963
Tue, 22 Nov 2022 19:30:04 +0100 Bram Moolenaar patch 9.0.0921: missing defined(PROTO) in #ifdef v9.0.0921
Sat, 05 Nov 2022 19:45:03 +0100 Bram Moolenaar patch 9.0.0835: the window title is not redrawn when 'endoffile' changes v9.0.0835
Wed, 02 Nov 2022 11:18:47 +0100 Bram Moolenaar Add missing entry for the 'endoffile' option.
Sat, 15 Oct 2022 17:15:04 +0200 Bram Moolenaar patch 9.0.0761: cannot use 'indentexpr' for Lisp indenting v9.0.0761
Thu, 13 Oct 2022 23:15:05 +0200 Bram Moolenaar patch 9.0.0747: too many #ifdefs v9.0.0747
Thu, 06 Oct 2022 12:45:05 +0200 Bram Moolenaar patch 9.0.0670: no space for command line when there is a tabline v9.0.0670
Wed, 05 Oct 2022 16:45:04 +0200 Bram Moolenaar patch 9.0.0665: setting 'cmdheight' has no effect if last window was resized v9.0.0665
Tue, 04 Oct 2022 17:30:06 +0200 Bram Moolenaar patch 9.0.0657: too many #ifdefs v9.0.0657
Mon, 03 Oct 2022 12:30:11 +0200 Bram Moolenaar patch 9.0.0644: 'smoothscroll' is not copied to a new window on :split v9.0.0644
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, 22 Sep 2022 15:00:05 +0200 Bram Moolenaar patch 9.0.0544: minor issues with setting a string option v9.0.0544
Thu, 22 Sep 2022 14:00:08 +0200 Bram Moolenaar patch 9.0.0540: assigning stack variable to argument confuses Coverity v9.0.0540
Wed, 21 Sep 2022 22:15:02 +0200 Bram Moolenaar patch 9.0.0537: the do_set() function is much too long v9.0.0537
Mon, 12 Sep 2022 14:45:04 +0200 Bram Moolenaar patch 9.0.0449: there is no easy way to translate a key code into a string v9.0.0449
Wed, 31 Aug 2022 16:00:05 +0200 Bram Moolenaar patch 9.0.0340: the 'cmdheight' zero support causes too much trouble v9.0.0340
Mon, 29 Aug 2022 16:15:04 +0200 Bram Moolenaar patch 9.0.0318: clearing screen causes flicker v9.0.0318
Fri, 26 Aug 2022 17:45:03 +0200 Bram Moolenaar patch 9.0.0278: the +wildignore feature is nearly always available v9.0.0278
Thu, 25 Aug 2022 17:15:03 +0200 Bram Moolenaar patch 9.0.0265: no good reason why the "gf" command isn't in the tiny version v9.0.0265
Tue, 16 Aug 2022 21:30:04 +0200 Bram Moolenaar patch 9.0.0222: no good reason why text objects are only in larger builds v9.0.0222
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Sat, 30 Jul 2022 18:00:03 +0200 Bram Moolenaar patch 9.0.0114: the command line takes up space even when not used v9.0.0114
Wed, 27 Jul 2022 19:30:03 +0200 Bram Moolenaar patch 9.0.0096: flag "new_value_alloced" is always true v9.0.0096
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, 04 Jul 2022 22:15:03 +0200 Bram Moolenaar patch 9.0.0040: use of set_chars_option() is confusing v9.0.0040
Mon, 04 Jul 2022 18:45:04 +0200 Bram Moolenaar patch 9.0.0036: 'fillchars' cannot have window-local values v9.0.0036
Sat, 21 May 2022 21:30:04 +0200 Bram Moolenaar patch 8.2.4993: smart/C/lisp indenting is optional v8.2.4993
Fri, 20 May 2022 11:15:04 +0200 Bram Moolenaar patch 8.2.4982: colors in terminal window are not 100% correct v8.2.4982
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
Mon, 09 May 2022 14:45:03 +0200 Bram Moolenaar patch 8.2.4926: #ifdef for crypt feature around too many lines v8.2.4926
Mon, 09 May 2022 13:30:03 +0200 Bram Moolenaar patch 8.2.4924: maparg() may return a string that cannot be reused v8.2.4924
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
Sat, 07 May 2022 21:15:06 +0200 Bram Moolenaar patch 8.2.4911: the mode #defines are not clearly named v8.2.4911
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