log src/usercmd.c @ 29234:96ff6c230a66 v8.2.5136

age author description
Sat, 07 May 2022 14:00:02 +0200 Bram Moolenaar patch 8.2.4903: cannot get the current cmdline completion type and position v8.2.4903
Thu, 24 Mar 2022 12:30:08 +0100 Bram Moolenaar patch 8.2.4617: no completion for :scriptnames v8.2.4617
Wed, 23 Mar 2022 22:45:06 +0100 Bram Moolenaar patch 8.2.4616: Vim9: Declarations in a {} block of a user command remain v8.2.4616
Mon, 14 Mar 2022 20:30:03 +0100 Bram Moolenaar patch 8.2.4565: no command line completion for :breakadd and :breakdel v8.2.4565
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
Fri, 18 Feb 2022 15:00:06 +0100 Bram Moolenaar patch 8.2.4415: function argument name conflicts with C++ keyword v8.2.4415
Wed, 16 Feb 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4398: some command completion functions are too long v8.2.4398
Mon, 17 Jan 2022 23:30:03 +0100 Bram Moolenaar patch 8.2.4127: build failure without the +eval feature v8.2.4127
Mon, 17 Jan 2022 20:15:03 +0100 Bram Moolenaar patch 8.2.4122: ":command Cmd" does not show custom completion argument v8.2.4122
Sun, 16 Jan 2022 23:00:03 +0100 Bram Moolenaar patch 8.2.4118: using UNUSED for argument that is used v8.2.4118
Sat, 08 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.4043: using int for second argument of ga_init2() v8.2.4043
Sat, 08 Jan 2022 16:45:02 +0100 Bram Moolenaar patch 8.2.4040: keeping track of allocated lines is too complicated v8.2.4040
Sat, 08 Jan 2022 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Thu, 06 Jan 2022 22:45:05 +0100 Bram Moolenaar patch 8.2.4022: two error messages in the wrong file v8.2.4022
Wed, 05 Jan 2022 19:00:06 +0100 Bram Moolenaar patch 8.2.4010: error messages are spread out v8.2.4010
Sun, 02 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.3986: error messages are spread out v8.2.3986
Fri, 31 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3957: error messages are spread out v8.2.3957
Fri, 10 Dec 2021 23:00:04 +0100 Bram Moolenaar patch 8.2.3779: using freed memory when defining a user command recursively v8.2.3779
Sat, 04 Dec 2021 13:00:05 +0100 Bram Moolenaar patch 8.2.3733: Vim9: using "legacy" before range does not work v8.2.3733
Sat, 20 Nov 2021 20:15:03 +0100 Bram Moolenaar patch 8.2.3629: command completion in cmdline window uses global commands v8.2.3629
Fri, 12 Nov 2021 12:30:05 +0100 Bram Moolenaar patch 8.2.3584: "verbose set efm" reports location of the :compiler command v8.2.3584
Sun, 12 Sep 2021 21:00:04 +0200 Bram Moolenaar patch 8.2.3433: :delcommand does not take a -buffer option v8.2.3433
Wed, 08 Sep 2021 14:30:05 +0200 Bram Moolenaar patch 8.2.3414: fullcommand() gives wrong name with buffer-local user command v8.2.3414
Wed, 04 Aug 2021 16:15:04 +0200 Bram Moolenaar patch 8.2.3282: Vim9: error about using -complete without -nargs is confusing v8.2.3282
Sun, 01 Aug 2021 21:30:03 +0200 Bram Moolenaar patch 8.2.3271: Vim9: cannot use :command or :au with block in :def function v8.2.3271
Sun, 01 Aug 2021 15:00:05 +0200 Bram Moolenaar patch 8.2.3268: cannot use a block with :autocmd like with :command v8.2.3268
Tue, 27 Jul 2021 21:30:08 +0200 Bram Moolenaar patch 8.2.3228: cannot use a simple block for the :command argument v8.2.3228
Sun, 11 Jul 2021 19:15:03 +0200 Bram Moolenaar patch 8.2.3149: some plugins have a problem with the error check v8.2.3149
Sun, 11 Jul 2021 14:30:04 +0200 Bram Moolenaar patch 8.2.3141: no error when using :complete for :command without -nargs v8.2.3141
Wed, 02 Jun 2021 13:30:05 +0200 Bram Moolenaar patch 8.2.2922: computing array length is done in various ways v8.2.2922
Mon, 28 Dec 2020 18:30:03 +0100 Bram Moolenaar patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval feature v8.2.2238
Mon, 26 Oct 2020 19:00:04 +0100 Bram Moolenaar patch 8.2.1906: warning for signed/unsigned v8.2.1906
Sat, 24 Oct 2020 23:15:04 +0200 Bram Moolenaar patch 8.2.1900: Vim9: command modifiers do not work v8.2.1900
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
Tue, 20 Oct 2020 23:15:03 +0200 Bram Moolenaar patch 8.2.1873: Vim9: missing white space when using <f-args> v8.2.1873
Fri, 12 Jun 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.0967: unnecessary type casts for vim_strnsave() v8.2.0967
Thu, 23 Apr 2020 17:15:04 +0200 Bram Moolenaar patch 8.2.0624: Vim9: no check for space before #comment v8.2.0624
Sat, 18 Apr 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.0595: Vim9: not all commands using ends_excmd() tested v8.2.0595
Mon, 13 Apr 2020 21:30:36 +0200 Bram Moolenaar patch 8.2.0577: not all modifiers supported for :options v8.2.0577
Sun, 29 Dec 2019 23:15:04 +0100 Bram Moolenaar patch 8.2.0056: execution stack is incomplete and inefficient v8.2.0056
Sun, 29 Dec 2019 14:00:04 +0100 Bram Moolenaar patch 8.2.0054: :diffget and :diffput don't have good completion v8.2.0054
Thu, 05 Dec 2019 22:00:04 +0100 Bram Moolenaar patch 8.1.2396: using old C style comments v8.1.2396
Sun, 13 Oct 2019 16:45:04 +0200 Bram Moolenaar patch 8.1.2145: cannot map <C-H> when modifyOtherKeys is enabled v8.1.2145
Sun, 18 Aug 2019 22:30:04 +0200 Bram Moolenaar patch 8.1.1887: the +cmdline_compl feature is not in the tiny version v8.1.1887
Tue, 06 Aug 2019 22:00:08 +0200 Bram Moolenaar patch 8.1.1823: command line history code is spread out
Mon, 22 Jul 2019 22:00:05 +0200 Bram Moolenaar patch 8.1.1732: completion in cmdwin does not work for buffer-local commands v8.1.1732
Fri, 12 Jul 2019 18:00:06 +0200 Bram Moolenaar patch 8.1.1667: flags for Ex commands may clash with other symbols v8.1.1667
Fri, 24 May 2019 19:00:07 +0200 Bram Moolenaar patch 8.1.1384: using "int" for alloc() often results in compiler warnings v8.1.1384
Sat, 04 May 2019 14:15:06 +0200 Bram Moolenaar patch 8.1.1260: comparing with pointer instead of value v8.1.1260
Fri, 03 May 2019 23:30:05 +0200 Bram Moolenaar patch 8.1.1259: crash when exiting early v8.1.1259
Wed, 01 May 2019 18:15:07 +0200 Bram Moolenaar patch 8.1.1241: Ex command info contains confusing information v8.1.1241
Mon, 29 Apr 2019 21:45:05 +0200 Bram Moolenaar patch 8.1.1237: error for using "compl", reserved word in C++ v8.1.1237
Sat, 27 Apr 2019 13:15:07 +0200 Bram Moolenaar patch 8.1.1210: support for user commands is spread out v8.1.1210