log src/ex_docmd.c @ 30174:3564cddda2a5 v9.0.0423

age author description
Fri, 09 Sep 2022 14:30:05 +0200 Bram Moolenaar patch 9.0.0423: "for" and "while" not recognized after :vim9cmd and :legacy v9.0.0423
Fri, 02 Sep 2022 18:00:04 +0200 Bram Moolenaar patch 9.0.0360: crash when invalid line number on :for is ignored v9.0.0360
Thu, 01 Sep 2022 17:15:04 +0200 Bram Moolenaar patch 9.0.0350: :echowindow does not work in a compiled function v9.0.0350
Thu, 01 Sep 2022 14:00:04 +0200 Bram Moolenaar patch 9.0.0346: :horizontal modifier not fully supported v9.0.0346
Wed, 31 Aug 2022 19:00:04 +0200 Bram Moolenaar patch 9.0.0342: ":wincmd =" equalizes in two directions v9.0.0342
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
Sun, 28 Aug 2022 22:45:03 +0200 Bram Moolenaar patch 9.0.0307: :echomsg doesn't work properly with cmdheight=0 v9.0.0307
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
Thu, 25 Aug 2022 16:15:03 +0200 Bram Moolenaar patch 9.0.0263: too many #ifdefs v9.0.0263
Mon, 22 Aug 2022 16:30:03 +0200 Bram Moolenaar patch 9.0.0245: mechanism to prevent recursive screen updating is incomplete v9.0.0245
Sun, 14 Aug 2022 15:30:05 +0200 Bram Moolenaar patch 9.0.0206: redraw flags are not named specifically v9.0.0206
Sat, 06 Aug 2022 23:15:04 +0200 Bram Moolenaar patch 9.0.0159: cannot build with small features v9.0.0159
Sat, 06 Aug 2022 19:15:03 +0200 Bram Moolenaar patch 9.0.0156: giving E1170 only in an expression is confusing v9.0.0156
Wed, 06 Jul 2022 14:45:03 +0200 Bram Moolenaar patch 9.0.0044: typos in comments, wrapping lines v9.0.0044
Sat, 02 Jul 2022 14:45:03 +0200 Bram Moolenaar patch 9.0.0025: accessing beyond allocated memory with the cmdline window v9.0.0025
Wed, 22 Jun 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.5150: read past the end of the first line with ":0;'{" v8.2.5150
Sat, 18 Jun 2022 21:00:04 +0200 Bram Moolenaar patch 8.2.5126: substitute may overrun destination buffer v8.2.5126
Tue, 14 Jun 2022 17:15:02 +0200 Bram Moolenaar patch 8.2.5093: error message for unknown command may have the command twice v8.2.5093
Tue, 14 Jun 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.5092: using "'<,'>" in Ex mode may compare unrelated pointers v8.2.5092
Tue, 14 Jun 2022 14:45:06 +0200 Bram Moolenaar patch 8.2.5088: value of cmod_verbose is a bit complicated to use v8.2.5088
Sun, 12 Jun 2022 13:00:03 +0200 Bram Moolenaar patch 8.2.5079: DirChanged autocommand may use freed memory v8.2.5079
Mon, 06 Jun 2022 16:45:03 +0200 Bram Moolenaar patch 8.2.5063: error for a command may go over the end of IObuff v8.2.5063
Sat, 28 May 2022 15:30:03 +0200 Bram Moolenaar patch 8.2.5037: cursor position may be invalid after "0;" range v8.2.5037
Fri, 27 May 2022 15:00:04 +0200 Bram Moolenaar patch 8.2.5027: error for missing :endif when an exception was thrown v8.2.5027
Thu, 26 May 2022 23:30:05 +0200 Bram Moolenaar patch 8.2.5026: Vim9: a few lines not covered by tests v8.2.5026
Tue, 17 May 2022 14:15:02 +0200 Bram Moolenaar patch 8.2.4971: Vim9: interpolated string seen as range v8.2.4971
Mon, 09 May 2022 21:15:04 +0200 Bram Moolenaar patch 8.2.4928: various white space and cosmetic mistakes v8.2.4928
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, 06 May 2022 21:45:02 +0200 Bram Moolenaar patch 8.2.4895: buffer overflow with invalid command with composing chars v8.2.4895
Fri, 06 May 2022 15:30:02 +0200 Bram Moolenaar patch 8.2.4886: Vim9: redir in skipped block seen as assignment v8.2.4886
Thu, 28 Apr 2022 20:15:03 +0200 Bram Moolenaar patch 8.2.4842: expand("%:p") is not empty when there is no buffer name v8.2.4842
Thu, 28 Apr 2022 19:00:05 +0200 Bram Moolenaar patch 8.2.4841: empty string considered an error for expand() v8.2.4841
Tue, 19 Apr 2022 12:45:03 +0200 Bram Moolenaar patch 8.2.4789: cursor pos wrong when using :redraw while editing the cmdline v8.2.4789
Sat, 16 Apr 2022 20:00:03 +0200 Bram Moolenaar patch 8.2.4763: using invalid pointer with "V:" in Ex mode v8.2.4763
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
Tue, 12 Apr 2022 15:30:05 +0200 Bram Moolenaar patch 8.2.4741: startup test fails v8.2.4741
Sat, 09 Apr 2022 22:45:03 +0200 Bram Moolenaar patch 8.2.4726: cannot use expand() to get the script name v8.2.4726
Sat, 09 Apr 2022 19:30:02 +0200 Bram Moolenaar patch 8.2.4723: the ModeChanged autocmd event is inefficient v8.2.4723
Thu, 07 Apr 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.4709: after :redraw the statusline highlight might be used v8.2.4709
Thu, 07 Apr 2022 15:00:05 +0200 Bram Moolenaar patch 8.2.4705: jump list marker disappears v8.2.4705
Mon, 04 Apr 2022 16:00:03 +0200 Bram Moolenaar patch 8.2.4682: Vim9: can use :unlockvar for const variable v8.2.4682
Thu, 31 Mar 2022 12:45:05 +0200 Bram Moolenaar patch 8.2.4653: "import autoload" does not check the file name v8.2.4653
Sun, 27 Mar 2022 19:15:03 +0200 Bram Moolenaar patch 8.2.4637: warning for using uninitialized variable v8.2.4637
Sun, 27 Mar 2022 18:00:04 +0200 Bram Moolenaar patch 8.2.4636: not using Visual range v8.2.4636
Sun, 27 Mar 2022 14:45:07 +0200 Bram Moolenaar patch 8.2.4633: Visual range does not work before command modifiers v8.2.4633
Fri, 25 Mar 2022 15:45:02 +0100 Bram Moolenaar patch 8.2.4623: Coverity warns for using uninitialized field v8.2.4623
Thu, 24 Mar 2022 16:30:04 +0100 Bram Moolenaar patch 8.2.4620: two letter substitute commands don't work v8.2.4620
Thu, 24 Mar 2022 14:15:02 +0100 Bram Moolenaar patch 8.2.4618: cmdline completion does not recognize single letter commands v8.2.4618
Wed, 23 Mar 2022 21:00:05 +0100 Bram Moolenaar patch 8.2.4615: mapping with escaped bar does not work in :def function v8.2.4615
Mon, 21 Mar 2022 21:00:04 +0100 Bram Moolenaar patch 8.2.4603: sourcing buffer lines is too complicated v8.2.4603
Fri, 18 Mar 2022 20:45:04 +0100 Bram Moolenaar patch 8.2.4589: cannot index the g: dictionary v8.2.4589
Sat, 05 Mar 2022 21:30:03 +0100 Bram Moolenaar patch 8.2.4514: Vim9: some flow commands can be shortened v8.2.4514
Sat, 05 Mar 2022 14:00:03 +0100 Bram Moolenaar patch 8.2.4510: Vim9: shortening commands leads to confusing script v8.2.4510
Fri, 04 Mar 2022 18:15:03 +0100 Bram Moolenaar patch 8.2.4503: Vim9: there is no point in supporting :Print and :mode v8.2.4503
Sun, 20 Feb 2022 19:30:02 +0100 Bram Moolenaar patch 8.2.4426: map() function on string and blob does not check types v8.2.4426
Mon, 14 Feb 2022 23:00:02 +0100 Bram Moolenaar patch 8.2.4386: still cannot build tiny version v8.2.4386
Mon, 14 Feb 2022 22:30:03 +0100 Bram Moolenaar patch 8.2.4384: Vim9: error message not tested, some code not tested v8.2.4384
Fri, 11 Feb 2022 21:45:03 +0100 Bram Moolenaar patch 8.2.4348: "legacy exe cmd" does not do what one would expect v8.2.4348
Wed, 09 Feb 2022 14:00:05 +0100 Bram Moolenaar patch 8.2.4335: no autocommand event triggered before changing directory v8.2.4335