log src/ex_docmd.c @ 24369:a97fb00978f6 v8.2.2725

age author description
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
Sat, 28 Nov 2020 21:30:04 +0100 Bram Moolenaar patch 8.2.2066: Vim9: assignment with += doesn't work v8.2.2066
Fri, 27 Nov 2020 11:15:06 +0100 Bram Moolenaar patch 8.2.2058: using mkview/loadview changes the jumplist v8.2.2058
Wed, 25 Nov 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.2052: Vim9: "edit +4 fname" gives an error v8.2.2052
Sun, 22 Nov 2020 18:30:05 +0100 Bram Moolenaar patch 8.2.2033: Vim9: :def without argument gives compilation error v8.2.2033
Fri, 20 Nov 2020 21:15:04 +0100 Bram Moolenaar patch 8.2.2022: Vim9: star command recognized errornously v8.2.2022
Fri, 20 Nov 2020 19:30:03 +0100 Bram Moolenaar patch 8.2.2021: Vim9: get E1099 when autocommand resets did_emsg v8.2.2021
Thu, 12 Nov 2020 14:30:04 +0100 Bram Moolenaar patch 8.2.1978: making a mapping work in all modes is complicated v8.2.1978
Sat, 07 Nov 2020 18:45:04 +0100 Bram Moolenaar patch 8.2.1967: the session file does not restore the alternate file v8.2.1967
Mon, 02 Nov 2020 21:15:03 +0100 Bram Moolenaar patch 8.2.1943: Vim9: wrong error message when colon is missing v8.2.1943
Sun, 01 Nov 2020 17:15:06 +0100 Bram Moolenaar patch 8.2.1934: Vim9: command modifiers in :def function not tested v8.2.1934
Thu, 29 Oct 2020 20:30:04 +0100 Bram Moolenaar patch 8.2.1923: Vim9: "filter" command modifier doesn't work v8.2.1923
Wed, 28 Oct 2020 14:00:04 +0100 Bram Moolenaar patch 8.2.1914: Vim9: cannot put line break in expression for '=' register v8.2.1914
Mon, 26 Oct 2020 21:45:04 +0100 Bram Moolenaar patch 8.2.1910: reading past the end of the command line v8.2.1910