summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.1769: popup filter interferes with using :normal to move the cursorv8.2.1769Bram Moolenaar2020-09-281-4/+0
* patch 8.2.1746: Vim9: cannot use "fina" for "finally"v8.2.1746Bram Moolenaar2020-09-261-0/+4
* patch 8.2.1745: tiny version doesn't buildv8.2.1745Bram Moolenaar2020-09-261-0/+1
* patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar2020-09-261-4/+6
* patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar2020-09-231-0/+4
* patch 8.2.1683: Vim9: assignment test failsv8.2.1683Bram Moolenaar2020-09-141-7/+21
* patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar2020-09-141-5/+8
* patch 8.2.1653: expand('<stack>') does not include the final line numberv8.2.1653Bram Moolenaar2020-09-101-1/+3
* patch 8.2.1637: Vim9: :put ={expr} does not work inside :def functionv8.2.1637Bram Moolenaar2020-09-081-1/+1
* patch 8.2.1519: Vim9: Ex command default range is not setv8.2.1519Bram Moolenaar2020-08-231-98/+124
* patch 8.2.1518: Vim9: cannot assign to local optionv8.2.1518Bram Moolenaar2020-08-231-3/+22
* patch 8.2.1496: Vim9: cannot use " #" in a mappingv8.2.1496Bram Moolenaar2020-08-201-0/+1
* patch 8.2.1492: build failuresv8.2.1492Bram Moolenaar2020-08-201-11/+11
* patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar2020-08-201-6/+6
* patch 8.2.1472: ":argdel" does not work like ":.argdel" as documentedv8.2.1472Bram Moolenaar2020-08-171-1/+1
* patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar2020-08-151-1/+1
* patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar2020-08-131-1/+1
* patch 8.2.1436: function implementing :substitute has unexpected namev8.2.1436Bram Moolenaar2020-08-121-1/+1
* patch 8.2.1413: previous tab page not usable from an Ex commandv8.2.1413Bram Moolenaar2020-08-101-0/+9
* patch 8.2.1382: Vim9: using :import in filetype plugin gives an errorv8.2.1382Bram Moolenaar2020-08-061-1/+1
* patch 8.2.1359: Vim9: cannot assign to / register in Vim9 scriptv8.2.1359Bram Moolenaar2020-08-021-3/+5
* patch 8.2.1348: build failure without the eval featurev8.2.1348Bram Moolenaar2020-08-011-1/+1
* patch 8.2.1347: cannot easily get the script IDv8.2.1347Bram Moolenaar2020-08-011-1/+13
* patch 8.2.1346: small build failsv8.2.1346Bram Moolenaar2020-08-011-1/+2
* patch 8.2.1342: Vim9: accidentally using "t" gives a confusing errorv8.2.1342Bram Moolenaar2020-08-011-0/+3
* patch 8.2.1322: Vim9: method on double quoted string doesn't workv8.2.1322Bram Moolenaar2020-07-291-1/+3
* patch 8.2.1313: Vim9 script: cannot assign to environment variablev8.2.1313Bram Moolenaar2020-07-281-67/+81
* patch 8.2.1309: build failure with tiny versionv8.2.1309Bram Moolenaar2020-07-281-0/+2
* patch 8.2.1308: Vim9: accidentally using "x" causes Vim to exitv8.2.1308Bram Moolenaar2020-07-281-0/+2
* patch 8.2.1297: when a test fails it's often not easy to see wherev8.2.1297Bram Moolenaar2020-07-261-3/+8
* patch 8.2.1294: Vim9: error when using vim9script in TextYankPostv8.2.1294Bram Moolenaar2020-07-251-5/+15
* patch 8.2.1288: Vim9: cannot use mark in rangev8.2.1288Bram Moolenaar2020-07-241-1/+1
* patch 8.2.1286: Vim9: No error when using a type to a window variablev8.2.1286Bram Moolenaar2020-07-231-0/+8
* patch 8.2.1281: the "trailing characters" error can be hard to understandv8.2.1281Bram Moolenaar2020-07-231-2/+2
* patch 8.2.1280: Ex command error cannot contain an argumentv8.2.1280Bram Moolenaar2020-07-231-14/+29
* patch 8.2.1257: Vim9: list unpack doesn't work at the script levelv8.2.1257Bram Moolenaar2020-07-201-3/+12
* patch 8.2.1229: build error without the eval featurev8.2.1229Bram Moolenaar2020-07-171-2/+2
* patch 8.2.1227: Vim9: allowing both quoted and # comments is confusingv8.2.1227Bram Moolenaar2020-07-171-21/+48
* patch 8.2.1218: Vim9: cannot use 'text'->func()v8.2.1218Bram Moolenaar2020-07-151-21/+38
* patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar2020-07-121-1/+1
* patch 8.2.1180: build failure in small versionv8.2.1180Bram Moolenaar2020-07-111-1/+2
* patch 8.2.1178: Vim9: filter function recognized as command modifierv8.2.1178Bram Moolenaar2020-07-111-1/+5
* patch 8.2.1157: Vim9: dict.name is not recognized as an expressionv8.2.1157Bram Moolenaar2020-07-081-1/+3
* patch 8.2.1137: Vim9: modifiers not cleared after compiling functionv8.2.1137Bram Moolenaar2020-07-051-27/+26
* patch 8.2.1116: Vim9: parsing command checks for list twicev8.2.1116Bram Moolenaar2020-07-021-11/+16
* patch 8.2.1112: Vim9: no line continuation allowed in method callv8.2.1112Bram Moolenaar2020-07-011-5/+15
* patch 8.2.1079: Vim9: no line break allowed in a while loopv8.2.1079Bram Moolenaar2020-06-281-30/+68
* patch 8.2.1059: crash when using :tabonly in an autocommandv8.2.1059Bram Moolenaar2020-06-261-0/+7
* patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar2020-06-241-1/+2
* patch 8.2.1042: Vim9: cannot put an operator on the next linev8.2.1042Bram Moolenaar2020-06-221-1/+8