log src/ex_docmd.c @ 22840:7c1e2e3f2d8d v8.2.1967

age author description
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
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
Fri, 23 Oct 2020 19:00:03 +0200 Bram Moolenaar patch 8.2.1895: Vim9: silent command modifier test fails v8.2.1895
Thu, 22 Oct 2020 21:30:04 +0200 Bram Moolenaar patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaks v8.2.1891
Sat, 17 Oct 2020 17:45:04 +0200 Bram Moolenaar patch 8.2.1856: "2resize" uses size of current window v8.2.1856
Fri, 16 Oct 2020 20:00:04 +0200 Bram Moolenaar patch 8.2.1853: "to_f" is recognized at "topleft" modifier v8.2.1853
Tue, 13 Oct 2020 19:15:04 +0200 Bram Moolenaar patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browse v8.2.1842
Sat, 10 Oct 2020 22:30:03 +0200 Bram Moolenaar patch 8.2.1828: build failure without the +eval feature v8.2.1828
Sat, 10 Oct 2020 21:45:06 +0200 Bram Moolenaar patch 8.2.1826: Vim9: cannot use a {} block at script level v8.2.1826
Sat, 10 Oct 2020 15:15:04 +0200 Bram Moolenaar patch 8.2.1820: Vim9: crash when error happens in timer callback v8.2.1820
Mon, 28 Sep 2020 22:45:05 +0200 Bram Moolenaar patch 8.2.1769: popup filter interferes with using :normal to move the cursor v8.2.1769
Sat, 26 Sep 2020 17:30:05 +0200 Bram Moolenaar patch 8.2.1746: Vim9: cannot use "fina" for "finally" v8.2.1746
Sat, 26 Sep 2020 15:30:04 +0200 Bram Moolenaar patch 8.2.1745: tiny version doesn't build v8.2.1745
Sat, 26 Sep 2020 15:15:05 +0200 Bram Moolenaar patch 8.2.1744: Vim9: using ":const!" is weird v8.2.1744
Wed, 23 Sep 2020 12:30:04 +0200 Bram Moolenaar patch 8.2.1729: endless loop when ":normal" feeds popup window filter v8.2.1729
Mon, 14 Sep 2020 18:45:03 +0200 Bram Moolenaar patch 8.2.1683: Vim9: assignment test fails v8.2.1683
Mon, 14 Sep 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1679: Vim9: ":*" is not recognized as a range v8.2.1679
Thu, 10 Sep 2020 19:30:05 +0200 Bram Moolenaar patch 8.2.1653: expand('<stack>') does not include the final line number v8.2.1653
Tue, 08 Sep 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1637: Vim9: :put ={expr} does not work inside :def function v8.2.1637
Sun, 23 Aug 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1519: Vim9: Ex command default range is not set v8.2.1519
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 18:15:03 +0200 Bram Moolenaar patch 8.2.1496: Vim9: cannot use " #" in a mapping v8.2.1496
Thu, 20 Aug 2020 15:30:03 +0200 Bram Moolenaar patch 8.2.1492: build failures v8.2.1492
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
Mon, 17 Aug 2020 19:45:04 +0200 Bram Moolenaar patch 8.2.1472: ":argdel" does not work like ":.argdel" as documented v8.2.1472
Sat, 15 Aug 2020 16:45:04 +0200 Bram Moolenaar patch 8.2.1460: error messages are spread out v8.2.1460
Thu, 13 Aug 2020 23:00:04 +0200 Bram Moolenaar patch 8.2.1444: error messages are spread out and names can be confusing v8.2.1444
Wed, 12 Aug 2020 22:00:04 +0200 Bram Moolenaar patch 8.2.1436: function implementing :substitute has unexpected name v8.2.1436
Mon, 10 Aug 2020 19:30:04 +0200 Bram Moolenaar patch 8.2.1413: previous tab page not usable from an Ex command v8.2.1413
Thu, 06 Aug 2020 22:15:05 +0200 Bram Moolenaar patch 8.2.1382: Vim9: using :import in filetype plugin gives an error v8.2.1382
Sun, 02 Aug 2020 20:45:04 +0200 Bram Moolenaar patch 8.2.1359: Vim9: cannot assign to / register in Vim9 script v8.2.1359
Sat, 01 Aug 2020 21:15:04 +0200 Bram Moolenaar patch 8.2.1348: build failure without the eval feature v8.2.1348
Sat, 01 Aug 2020 21:00:04 +0200 Bram Moolenaar patch 8.2.1347: cannot easily get the script ID v8.2.1347
Sat, 01 Aug 2020 19:30:03 +0200 Bram Moolenaar patch 8.2.1346: small build fails v8.2.1346
Sat, 01 Aug 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1342: Vim9: accidentally using "t" gives a confusing error v8.2.1342
Wed, 29 Jul 2020 20:15:03 +0200 Bram Moolenaar patch 8.2.1322: Vim9: method on double quoted string doesn't work v8.2.1322
Tue, 28 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1313: Vim9 script: cannot assign to environment variable v8.2.1313
Tue, 28 Jul 2020 20:30:05 +0200 Bram Moolenaar patch 8.2.1309: build failure with tiny version v8.2.1309
Tue, 28 Jul 2020 20:15:07 +0200 Bram Moolenaar patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exit v8.2.1308
Sun, 26 Jul 2020 15:45:04 +0200 Bram Moolenaar patch 8.2.1297: when a test fails it's often not easy to see where v8.2.1297
Sat, 25 Jul 2020 19:45:05 +0200 Bram Moolenaar patch 8.2.1294: Vim9: error when using vim9script in TextYankPost v8.2.1294
Fri, 24 Jul 2020 19:00:05 +0200 Bram Moolenaar patch 8.2.1288: Vim9: cannot use mark in range v8.2.1288
Thu, 23 Jul 2020 21:15:05 +0200 Bram Moolenaar patch 8.2.1286: Vim9: No error when using a type to a window variable v8.2.1286
Thu, 23 Jul 2020 17:30:03 +0200 Bram Moolenaar patch 8.2.1281: the "trailing characters" error can be hard to understand v8.2.1281
Thu, 23 Jul 2020 16:45:03 +0200 Bram Moolenaar patch 8.2.1280: Ex command error cannot contain an argument v8.2.1280
Mon, 20 Jul 2020 22:45:03 +0200 Bram Moolenaar patch 8.2.1257: Vim9: list unpack doesn't work at the script level v8.2.1257
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
Wed, 15 Jul 2020 14:30:04 +0200 Bram Moolenaar patch 8.2.1218: Vim9: cannot use 'text'->func() v8.2.1218
Sun, 12 Jul 2020 17:15:03 +0200 Bram Moolenaar patch 8.2.1190: Vim9: checking for Vim9 syntax is spread out v8.2.1190
Sat, 11 Jul 2020 14:15:05 +0200 Bram Moolenaar patch 8.2.1180: build failure in small version v8.2.1180
Sat, 11 Jul 2020 13:45:04 +0200 Bram Moolenaar patch 8.2.1178: Vim9: filter function recognized as command modifier v8.2.1178
Wed, 08 Jul 2020 18:45:07 +0200 Bram Moolenaar patch 8.2.1157: Vim9: dict.name is not recognized as an expression v8.2.1157
Sun, 05 Jul 2020 18:30:07 +0200 Bram Moolenaar patch 8.2.1137: Vim9: modifiers not cleared after compiling function v8.2.1137