log src/ex_docmd.c @ 26941:33120321ff2c v8.2.3999

age author description
Tue, 04 Jan 2022 17:30:04 +0100 Bram Moolenaar patch 8.2.3999: redundant check for NUL byte v8.2.3999
Sun, 02 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.3986: error messages are spread out v8.2.3986
Sun, 02 Jan 2022 18:15:04 +0100 Bram Moolenaar patch 8.2.3983: error messages are spread out v8.2.3983
Sat, 01 Jan 2022 17:00:04 +0100 Bram Moolenaar patch 8.2.3970: error messages are spread out v8.2.3970
Sat, 01 Jan 2022 15:30:05 +0100 Bram Moolenaar patch 8.2.3967: error messages are spread out v8.2.3967
Sat, 01 Jan 2022 00:00:04 +0100 Bram Moolenaar patch 8.2.3961: error messages are spread out v8.2.3961
Fri, 31 Dec 2021 20:00:05 +0100 Bram Moolenaar patch 8.2.3959: error messages are spread out v8.2.3959
Fri, 31 Dec 2021 18:30:03 +0100 Bram Moolenaar patch 8.2.3957: error messages are spread out v8.2.3957
Thu, 30 Dec 2021 15:00:04 +0100 Bram Moolenaar patch 8.2.3947: unnecessary check for NULL pointer v8.2.3947
Wed, 29 Dec 2021 20:45:03 +0100 Bram Moolenaar patch 8.2.3941: SIGTSTP is not handled v8.2.3941
Wed, 29 Dec 2021 15:45:03 +0100 Bram Moolenaar patch 8.2.3933: after ":cd" fails ":cd -" is incorrect v8.2.3933
Tue, 28 Dec 2021 22:00:07 +0100 Bram Moolenaar patch 8.2.3930: getcmdline() argument has a misleading type
Mon, 27 Dec 2021 18:30:05 +0100 Bram Moolenaar patch 8.2.3914: various spelling mistakes in comments v8.2.3914
Wed, 15 Dec 2021 19:00:02 +0100 Bram Moolenaar patch 8.2.3817: Vim9: Not using NL as command end does not work for :autocmd v8.2.3817
Wed, 15 Dec 2021 16:45:03 +0100 Bram Moolenaar patch 8.2.3815: Vim9: cannot have a multi-line dict inside a block v8.2.3815
Wed, 15 Dec 2021 13:30:04 +0100 Bram Moolenaar patch 8.2.3813: confusing error when using :cc without error list v8.2.3813
Mon, 13 Dec 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.3795: too many #ifdefs v8.2.3795
Sat, 11 Dec 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3780: ":cd" works differently on MS-Windows v8.2.3780
Sun, 05 Dec 2021 23:30:05 +0100 Bram Moolenaar patch 8.2.3750: error messages are everywhere v8.2.3750
Sun, 05 Dec 2021 13:15:02 +0100 Bram Moolenaar patch 8.2.3741: using freed memory in open command v8.2.3741
Wed, 01 Dec 2021 16:30:04 +0100 Bram Moolenaar patch 8.2.3716: Vim9: range without a command is not compiled v8.2.3716
Mon, 29 Nov 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.3699: the +title feature adds a lot of #ifdef but little code v8.2.3699
Mon, 29 Nov 2021 13:15:02 +0100 Bram Moolenaar patch 8.2.3694: cannot use quotes in the count of an Ex command v8.2.3694
Sun, 28 Nov 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.3690: Vim9: "filter #pat# cmd" does not work v8.2.3690
Wed, 24 Nov 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.3659: integer overflow with large line number v8.2.3659
Fri, 19 Nov 2021 13:00:06 +0100 Bram Moolenaar patch 8.2.3622: "verbose pwd" shows confusing info v8.2.3622
Thu, 18 Nov 2021 20:00:06 +0100 Bram Moolenaar patch 8.2.3617: ":verbose pwd" does not mention 'autochdir' was applied v8.2.3617
Thu, 04 Nov 2021 16:15:04 +0100 Bram Moolenaar patch 8.2.3581: reading character past end of line v8.2.3581
Wed, 13 Oct 2021 16:15:04 +0200 Bram Moolenaar patch 8.2.3503: Vim9: using g:pat:cmd is confusing v8.2.3503
Sat, 09 Oct 2021 15:00:03 +0200 Bram Moolenaar patch 8.2.3489: ml_get error after search with range v8.2.3489
Mon, 04 Oct 2021 23:30:03 +0200 Bram Moolenaar patch 8.2.3475: expression register set by not executed put command v8.2.3475
Sun, 12 Sep 2021 13:45:05 +0200 Bram Moolenaar patch 8.2.3430: no generic way to trigger an autocommand on mode change v8.2.3430
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
Mon, 06 Sep 2021 17:15:06 +0200 Bram Moolenaar patch 8.2.3405: cannot have a comment line in a {} block of a user command v8.2.3405
Tue, 24 Aug 2021 22:00:06 +0200 Bram Moolenaar patch 8.2.3371: Vim9: :$ENV cannot be followed by ->func() in next line v8.2.3371
Sun, 22 Aug 2021 22:45:03 +0200 Bram Moolenaar patch 8.2.3367: Vim9: :@r executing a register is inconsistent v8.2.3367
Sat, 21 Aug 2021 21:00:03 +0200 Bram Moolenaar patch 8.2.3365: Vim9: cannot use option for all operations v8.2.3365
Sun, 15 Aug 2021 14:00:04 +0200 Bram Moolenaar patch 8.2.3347: check for legacy script is incomplete v8.2.3347
Tue, 10 Aug 2021 20:00:05 +0200 Bram Moolenaar patch 8.2.3324: Vim9: Cannot use :silent with :endwhile v8.2.3324
Mon, 09 Aug 2021 20:00:06 +0200 Bram Moolenaar patch 8.2.3320: some local functions are not static v8.2.3320
Thu, 05 Aug 2021 21:30:03 +0200 Bram Moolenaar patch 8.2.3298: build failure with small features v8.2.3298
Thu, 05 Aug 2021 20:45:04 +0200 Bram Moolenaar patch 8.2.3297: cannot use all commands inside a {} block v8.2.3297
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
Sat, 31 Jul 2021 22:30:02 +0200 Bram Moolenaar patch 8.2.3262: build failure when ABORT_ON_INTERNAL_ERROR is defined v8.2.3262
Sat, 31 Jul 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.3260: build failure with small features v8.2.3260
Sat, 31 Jul 2021 21:45:04 +0200 Bram Moolenaar patch 8.2.3259: when 'indentexpr' causes an error did_throw may hang v8.2.3259
Tue, 27 Jul 2021 22:15:06 +0200 Bram Moolenaar patch 8.2.3229: Vim9: runtime and compile time type checks are not the same v8.2.3229
Thu, 22 Jul 2021 19:00:05 +0200 Bram Moolenaar patch 8.2.3202: Vim9: tests are only executed for legacy script v8.2.3202
Wed, 21 Jul 2021 22:30:05 +0200 Bram Moolenaar patch 8.2.3197: error messages are spread out v8.2.3197
Tue, 20 Jul 2021 21:15:05 +0200 Bram Moolenaar patch 8.2.3190: error messages are spread out v8.2.3190
Tue, 20 Jul 2021 19:30:03 +0200 Bram Moolenaar patch 8.2.3189: Vim9: error when using "try|" v8.2.3189
Mon, 19 Jul 2021 20:15:04 +0200 Bram Moolenaar patch 8.2.3184: cannot add a digraph with a leading space v8.2.3184
Sun, 27 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.3069: error messages are spread out v8.2.3069
Mon, 21 Jun 2021 19:45:03 +0200 Bram Moolenaar patch 8.2.3029: Vim9: crash when using operator and list unpack assignment v8.2.3029
Sat, 19 Jun 2021 21:45:02 +0200 Bram Moolenaar patch 8.2.3020: unreachable code v8.2.3020
Tue, 15 Jun 2021 20:15:03 +0200 Bram Moolenaar patch 8.2.3004: Vim9: error for missing colon given while skipping v8.2.3004
Mon, 07 Jun 2021 22:15:04 +0200 Bram Moolenaar patch 8.2.2961: keys typed during a :normal command are discarded v8.2.2961
Sun, 06 Jun 2021 21:45:03 +0200 Bram Moolenaar patch 8.2.2955: Vim9: using filter in compiled command does not work v8.2.2955
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
Sat, 29 May 2021 14:45:03 +0200 Bram Moolenaar patch 8.2.2900: QuitPre is triggered before :wq writes the file v8.2.2900
Sat, 29 May 2021 12:30:04 +0200 Bram Moolenaar patch 8.2.2898: QuitPre and ExitPre not triggered when GUI window is closed v8.2.2898
Wed, 26 May 2021 21:15:03 +0200 Bram Moolenaar patch 8.2.2888: Vim9: "k" command recognized in Vim9 script v8.2.2888
Wed, 26 May 2021 20:00:07 +0200 Bram Moolenaar patch 8.2.2887: crash when passing null string to fullcommand() v8.2.2887
Tue, 18 May 2021 22:00:05 +0200 Bram Moolenaar patch 8.2.2871: unnessary VIM_ISDIGIT() calls, badly indented code v8.2.2871
Wed, 28 Apr 2021 20:45:03 +0200 Bram Moolenaar patch 8.2.2817: Vim9: script sourcing continues after an error v8.2.2817
Sun, 25 Apr 2021 16:45:03 +0200 Bram Moolenaar patch 8.2.2811: Vim9: error for missing white space doesn't say where v8.2.2811
Sat, 24 Apr 2021 20:45:03 +0200 Bram Moolenaar patch 8.2.2807: build fails with tiny features v8.2.2807
Sat, 24 Apr 2021 19:15:04 +0200 Bram Moolenaar patch 8.2.2806: Vim9: using "++nr" as a command might not work v8.2.2806
Sat, 24 Apr 2021 14:30:04 +0200 Bram Moolenaar patch 8.2.2805: Vim9: cannot use legacy syntax in Vim9 script v8.2.2805
Thu, 15 Apr 2021 22:15:03 +0200 Bram Moolenaar patch 8.2.2771: Vim9: assignment not recognized if declaration was skipped v8.2.2771
Mon, 12 Apr 2021 21:30:04 +0200 Bram Moolenaar patch 8.2.2757: Vim9: blob tests for legacy and Vim9 script are separate v8.2.2757
Sun, 11 Apr 2021 13:30:06 +0200 Bram Moolenaar patch 8.2.2754: :sleep! does not always hide the cursor v8.2.2754
Mon, 05 Apr 2021 22:45:27 +0200 Bram Moolenaar patch 8.2.2725: Vim9: message about compiling is wrong when using try/catch v8.2.2725
Sun, 28 Mar 2021 15:30:05 +0200 Bram Moolenaar patch 8.2.2669: command line completion does not work after "vim9" v8.2.2669
Sat, 27 Mar 2021 22:30:02 +0100 Bram Moolenaar patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an error v8.2.2668
Thu, 25 Mar 2021 22:30:04 +0100 Bram Moolenaar patch 8.2.2652: Vim9: can use command modifier without an effect v8.2.2652
Sat, 20 Mar 2021 15:15:02 +0100 Bram Moolenaar patch 8.2.2629: Vim9: error for #{{ is not desired v8.2.2629
Sat, 20 Mar 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.2628: Vim9: #{ can still be used at the script level v8.2.2628
Sun, 14 Mar 2021 13:30:03 +0100 Bram Moolenaar patch 8.2.2603: Vim9: no effect if user command is also a function v8.2.2603
Sat, 13 Mar 2021 21:15:03 +0100 Bram Moolenaar patch 8.2.2598: Vim9: :open does not need to be supported v8.2.2598
Wed, 03 Mar 2021 21:30:03 +0100 Bram Moolenaar patch 8.2.2566: Vim9: Function name is not recognized v8.2.2566
Fri, 19 Feb 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.2531: Vim9: the :k command is obscure v8.2.2531
Wed, 17 Feb 2021 22:00:03 +0100 Bram Moolenaar patch 8.2.2529: Vim9: Not possible to use legacy and Vim9 script in one file v8.2.2529
Wed, 17 Feb 2021 15:00:04 +0100 Bram Moolenaar patch 8.2.2525: Vim9: only local variables checked for a name v8.2.2525
Mon, 15 Feb 2021 21:45:03 +0100 Bram Moolenaar patch 8.2.2519: Vim9: no reason to keep strange Vi behavior v8.2.2519
Sun, 14 Feb 2021 14:15:03 +0100 Bram Moolenaar patch 8.2.2514: Vim9: build error in tiny version v8.2.2514
Sun, 14 Feb 2021 13:00:04 +0100 Bram Moolenaar patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some places v8.2.2511
Sun, 07 Feb 2021 16:45:04 +0100 Bram Moolenaar patch 8.2.2484: Vim9: Cannot use a comment starting with #{ v8.2.2484
Sat, 06 Feb 2021 13:00:03 +0100 Bram Moolenaar patch 8.2.2469: confusing error if :winsize has a wrong argument v8.2.2469
Sat, 06 Feb 2021 12:45:04 +0100 Bram Moolenaar patch 8.2.2468: not easy to get the full command name from a shortened one v8.2.2468
Tue, 02 Feb 2021 21:45:04 +0100 Bram Moolenaar patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't work v8.2.2453
Tue, 26 Jan 2021 19:45:06 +0100 Bram Moolenaar patch 8.2.2412: not all fields in "cstack" are initialized v8.2.2412
Sun, 24 Jan 2021 13:00:06 +0100 Bram Moolenaar patch 8.2.2400: Vim9: compiled functions are not profiled v8.2.2400
Sat, 23 Jan 2021 14:30:04 +0100 Bram Moolenaar patch 8.2.2396: Vim9: no white space allowed before "->" v8.2.2396
Sat, 16 Jan 2021 20:30:04 +0100 Bram Moolenaar patch 8.2.2366: when using ":sleep" the cursor is always displayed v8.2.2366
Thu, 14 Jan 2021 21:45:05 +0100 Bram Moolenaar patch 8.2.2350: using "void" for no reason v8.2.2350
Sat, 09 Jan 2021 12:15:05 +0100 Bram Moolenaar patch 8.2.2317: Vim9: command modifier before list unpack doesn't work v8.2.2317
Thu, 07 Jan 2021 22:15:05 +0100 Bram Moolenaar patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifier v8.2.2311
Mon, 04 Jan 2021 16:30:03 +0100 Bram Moolenaar patch 8.2.2299: Vim9: invalid memory access making error message flaky v8.2.2299
Mon, 04 Jan 2021 12:45:05 +0100 Bram Moolenaar patch 8.2.2295: incsearch does not detect empty pattern properly v8.2.2295
Tue, 29 Dec 2020 11:15:34 +0100 Bram Moolenaar patch 8.2.2242: Vim9: bar line continuation does not work at script level v8.2.2242
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
Sun, 27 Dec 2020 19:30:03 +0100 Bram Moolenaar patch 8.2.2232: compiler error for falling through into next case v8.2.2232
Sun, 27 Dec 2020 17:45:04 +0100 Bram Moolenaar patch 8.2.2229: build failure without the +eval feature v8.2.2229
Sun, 27 Dec 2020 17:00:04 +0100 Bram Moolenaar patch 8.2.2228: Vim9: cannot use ":e #" because # starts a comment v8.2.2228
Sat, 26 Dec 2020 15:45:04 +0100 Bram Moolenaar patch 8.2.2222: Vim9: cannot keep script variables when reloading v8.2.2222
Fri, 25 Dec 2020 19:30:03 +0100 Bram Moolenaar patch 8.2.2216: Vim9: range with missing colon can be hard to spot v8.2.2216
Fri, 25 Dec 2020 17:45:03 +0100 Bram Moolenaar patch 8.2.2214: ":e#" does not give a warning for missing white space v8.2.2214
Mon, 21 Dec 2020 20:00:06 +0100 Bram Moolenaar patch 8.2.2182: Vim9: value of 'magic' is still relevant v8.2.2182
Sat, 19 Dec 2020 22:45:03 +0100 Bram Moolenaar patch 8.2.2165: Vim9: assignment to dict member does not work v8.2.2165
Wed, 16 Dec 2020 21:45:06 +0100 Bram Moolenaar patch 8.2.2148: Vim9: crash when user command doesn't match v8.2.2148
Sun, 13 Dec 2020 19:30:04 +0100 Bram Moolenaar patch 8.2.2140: build failure with tiny features v8.2.2140
Sun, 13 Dec 2020 18:00:04 +0100 Bram Moolenaar patch 8.2.2138: Vim9: "exit_cb" causes Vim to exit v8.2.2138
Sat, 12 Dec 2020 21:30:03 +0100 Bram Moolenaar patch 8.2.2135: Vim9: #{ still seen as start of dict in some places v8.2.2135
Sat, 12 Dec 2020 14:45:05 +0100 Bram Moolenaar patch 8.2.2131: Vim9: crash when lambda uses same var as assignment v8.2.2131
Fri, 11 Dec 2020 19:45:04 +0100 Bram Moolenaar patch 8.2.2128: there is no way to do something on CTRL-Z v8.2.2128
Tue, 01 Dec 2020 22:00:04 +0100 Bram Moolenaar patch 8.2.2077: build failure with small features v8.2.2077
Tue, 01 Dec 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle range v8.2.2074
Mon, 30 Nov 2020 21:15:04 +0100 Bram Moolenaar patch 8.2.2071: Vim9: list assign doesn't except empty remainder list v8.2.2071