log src/ex_docmd.c @ 24966:7f4a04820b5d v8.2.3020

age author description
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