log src/ex_docmd.c @ 28397:d1702731786c v8.2.4723

age author description
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
Wed, 02 Feb 2022 14:30:04 +0100 Bram Moolenaar patch 8.2.4283: using a variable for the return value is not needed v8.2.4283
Mon, 31 Jan 2022 20:00:06 +0100 Bram Moolenaar patch 8.2.4277: Vim9: an import does not shadow a command modifier v8.2.4277
Sat, 29 Jan 2022 16:30:03 +0100 Bram Moolenaar patch 8.2.4255: theoretical computation overflow v8.2.4255
Fri, 28 Jan 2022 16:30:11 +0100 Bram Moolenaar patch 8.2.4241: some type casts are redundant v8.2.4241
Mon, 24 Jan 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4199: MS-Windows: Support for MSVC 2003 is not useful v8.2.4199
Wed, 19 Jan 2022 22:00:03 +0100 Bram Moolenaar patch 8.2.4147: E464 does not always include the offending command v8.2.4147
Sun, 16 Jan 2022 12:30:04 +0100 Bram Moolenaar patch 8.2.4105: translation related comment in the wrong place v8.2.4105
Tue, 11 Jan 2022 20:45:02 +0100 Bram Moolenaar patch 8.2.4065: computation overflow with large cound for :yank v8.2.4065
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 13:45:04 +0100 Bram Moolenaar patch 8.2.4038: various code not used when features are disabled v8.2.4038
Wed, 05 Jan 2022 21:30:04 +0100 Bram Moolenaar patch 8.2.4012: error messages are spread out v8.2.4012
Wed, 05 Jan 2022 19:00:06 +0100 Bram Moolenaar patch 8.2.4010: error messages are spread out v8.2.4010
Wed, 05 Jan 2022 18:00:05 +0100 Bram Moolenaar patch 8.2.4009: reading one byte beyond the end of the line v8.2.4009
Wed, 05 Jan 2022 17:15:05 +0100 Bram Moolenaar patch 8.2.4008: error messages are spread out v8.2.4008
Tue, 04 Jan 2022 22:45:04 +0100 Bram Moolenaar patch 8.2.4005: error messages are spread out v8.2.4005
Tue, 04 Jan 2022 21:00:05 +0100 Bram Moolenaar patch 8.2.4003: error messages are spread out v8.2.4003
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