log src/proto/ex_docmd.pro @ 25469:dcd45fe7fe2e v8.2.3271

age author description
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
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
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
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
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
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
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
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
Wed, 25 Nov 2020 20:15:04 +0100 Bram Moolenaar patch 8.2.2052: Vim9: "edit +4 fname" gives an error v8.2.2052
Sat, 24 Oct 2020 21:00:05 +0200 Bram Moolenaar patch 8.2.1898: command modifier parsing always uses global cmdmod v8.2.1898
Sat, 24 Oct 2020 17:30:04 +0200 Bram Moolenaar patch 8.2.1897: command modifiers are saved and set inconsistently v8.2.1897
Mon, 14 Sep 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1679: Vim9: ":*" is not recognized as a range v8.2.1679
Sun, 23 Aug 2020 19:45:03 +0200 Bram Moolenaar patch 8.2.1518: Vim9: cannot assign to local option v8.2.1518
Thu, 20 Aug 2020 15:15:05 +0200 Bram Moolenaar patch 8.2.1491: Vim9: crash when compiling heredoc lines start with comment v8.2.1491
Thu, 23 Jul 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.1280: Ex command error cannot contain an argument v8.2.1280
Fri, 17 Jul 2020 21:00:03 +0200 Bram Moolenaar patch 8.2.1229: build error without the eval feature v8.2.1229
Fri, 17 Jul 2020 20:45:06 +0200 Bram Moolenaar patch 8.2.1227: Vim9: allowing both quoted and # comments is confusing v8.2.1227
Sun, 05 Jul 2020 18:30:07 +0200 Bram Moolenaar patch 8.2.1137: Vim9: modifiers not cleared after compiling function v8.2.1137
Sun, 28 Jun 2020 16:00:04 +0200 Bram Moolenaar patch 8.2.1079: Vim9: no line break allowed in a while loop v8.2.1079
Fri, 01 May 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.0675: Vim9: no support for closures v8.2.0675
Thu, 16 Apr 2020 22:15:04 +0200 Bram Moolenaar patch 8.2.0585: Vim9: # comment not recognized after :vim9script v8.2.0585
Sun, 26 Jan 2020 16:00:05 +0100 Bram Moolenaar patch 8.2.0149: maintaining a Vim9 branch separately is more work v8.2.0149
Sun, 20 Oct 2019 21:30:03 +0200 Bram Moolenaar patch 8.1.2195: Vim does not exit when the terminal window is last window v8.1.2195
Fri, 23 Aug 2019 21:30:04 +0200 Bram Moolenaar patch 8.1.1914: command line expansion code is spread out v8.1.1914
Sat, 17 Aug 2019 14:45:04 +0200 Bram Moolenaar patch 8.1.1869: code for the argument list is spread out v8.1.1869
Tue, 25 Jun 2019 04:15:08 +0200 Bram Moolenaar patch 8.1.1588: in :let-heredoc line continuation is recognized v8.1.1588
Tue, 07 May 2019 22:15:05 +0200 Bram Moolenaar patch 8.1.1291: not easy to change directory and restore v8.1.1291
Sat, 27 Apr 2019 20:45:05 +0200 Bram Moolenaar patch 8.1.1218: cannot set a directory for a tab page v8.1.1218
Sat, 27 Apr 2019 13:15:07 +0200 Bram Moolenaar patch 8.1.1210: support for user commands is spread out v8.1.1210
Sun, 13 Jan 2019 23:45:08 +0100 Bram Moolenaar patch 8.1.0743: giving error messages is not flexible v8.1.0743
Tue, 02 Oct 2018 16:30:05 +0200 Christian Brabandt patch 8.1.0447: GUI scrollbar test fails with Athena and Motif v8.1.0447
Sat, 15 Sep 2018 15:45:10 +0200 Christian Brabandt patch 8.1.0392: error while typing :/foo/s// with 'incsearch' enabled v8.1.0392
Wed, 15 Aug 2018 21:00:06 +0200 Christian Brabandt patch 8.1.0288: quickfix code uses cmdidx too often v8.1.0288
Tue, 14 Aug 2018 16:15:04 +0200 Christian Brabandt patch 8.1.0282: 'incsearch' does not work with command modifiers v8.1.0282
Tue, 14 Aug 2018 13:45:04 +0200 Christian Brabandt patch 8.1.0281: parsing command modifiers is not separated v8.1.0281
Fri, 10 Aug 2018 23:15:04 +0200 Christian Brabandt patch 8.1.0266: parsing Ex address range is not a separate function v8.1.0266
Sun, 29 Jul 2018 17:45:05 +0200 Christian Brabandt patch 8.1.0228: dropping files is ignored while Vim is busy v8.1.0228
Tue, 08 May 2018 22:15:05 +0200 Christian Brabandt patch 8.0.1804: using :normal in terminal window causes problems v8.0.1804
Fri, 27 Apr 2018 23:00:07 +0200 Christian Brabandt patch 8.0.1768: SET_NO_HLSEARCH() used in a wrong way v8.0.1768
Wed, 04 Apr 2018 23:00:07 +0200 Christian Brabandt patch 8.0.1660: the terminal API "drop" command doesn't support options v8.0.1660
Sat, 23 Sep 2017 16:45:05 +0200 Christian Brabandt patch 8.0.1139: using window toolbar changes state v8.0.1139
Thu, 14 Sep 2017 23:00:04 +0200 Christian Brabandt patch 8.0.1109: timer causes error on exit from Ex mode v8.0.1109
Sun, 06 Aug 2017 15:30:04 +0200 Christian Brabandt patch 8.0.0878: no completion for :mapclear v8.0.0878
Sat, 15 Oct 2016 15:45:05 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/9e507ca8a3e1535e62de4bd86374b0fcd18ef5b8 v8.0.0034
Sat, 09 Jul 2016 19:00:06 +0200 Christian Brabandt commit https://github.com/vim/vim/commit/aa4d73235bf4deee167aa5314b89ae3d3db334b7 v7.4.2011
Sun, 31 Jan 2016 20:30:04 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/fb1f62691eae7c79a28b3b17a60e72ce198c71a2 v7.4.1229
Sat, 30 Jan 2016 23:30:05 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/20fb9f346497daca4d19402fdfa5de7958642477 v7.4.1217
Thu, 21 Jan 2016 23:45:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/25281634cda03ce302aaf9f906a9520b5f81f91e v7.4.1150
Tue, 19 Jan 2016 13:30:06 +0100 Christian Brabandt commit https://github.com/vim/vim/commit/ef26954a35207c3f17d6ed35d9a40c918d974892 v7.4.1133
Mon, 08 Dec 2014 04:16:44 +0100 Bram Moolenaar updated for version 7.4.542 v7.4.542
Tue, 01 Apr 2014 17:49:44 +0200 Bram Moolenaar updated for version 7.4.232 v7.4.232
Wed, 03 Jul 2013 18:49:17 +0200 Bram Moolenaar updated for version 7.3.1299 v7.3.1299
Sun, 02 Jun 2013 18:20:17 +0200 Bram Moolenaar updated for version 7.3.1099 v7.3.1099
Sat, 04 Feb 2012 21:59:01 +0100 Bram Moolenaar updated for version 7.3.423 v7.3.423
Tue, 02 Mar 2010 15:56:05 +0100 Bram Moolenaar updated for version 7.2.381 v7.2.381
Fri, 04 Jul 2008 09:44:11 +0000 vimboss updated for version 7.2a-013 v7.2a.013
Sat, 24 Nov 2007 20:50:24 +0000 vimboss updated for version 7.1-162 v7.1.162
Sun, 30 Sep 2007 12:02:55 +0000 vimboss updated for version 7.1-126 v7.1.126
Sun, 06 May 2007 12:46:22 +0000 vimboss updated for version 7.1a
Tue, 27 Mar 2007 14:57:09 +0000 vimboss updated for version 7.0-224 v7.0.224