summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
AgeCommit message (Expand)Author
2020-12-01patch 8.2.2077: build failure with small featuresv8.2.2077Bram Moolenaar
2020-12-01patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle rangev8.2.2074Bram Moolenaar
2020-11-30patch 8.2.2071: Vim9: list assign doesn't except empty remainder listv8.2.2071Bram Moolenaar
2020-11-28patch 8.2.2066: Vim9: assignment with += doesn't workv8.2.2066Bram Moolenaar
2020-11-27patch 8.2.2058: using mkview/loadview changes the jumplistv8.2.2058Bram Moolenaar
2020-11-25patch 8.2.2052: Vim9: "edit +4 fname" gives an errorv8.2.2052Bram Moolenaar
2020-11-22patch 8.2.2033: Vim9: :def without argument gives compilation errorv8.2.2033Bram Moolenaar
2020-11-20patch 8.2.2022: Vim9: star command recognized errornouslyv8.2.2022Bram Moolenaar
2020-11-20patch 8.2.2021: Vim9: get E1099 when autocommand resets did_emsgv8.2.2021Bram Moolenaar
2020-11-12patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar
2020-11-07patch 8.2.1967: the session file does not restore the alternate filev8.2.1967Bram Moolenaar
2020-11-02patch 8.2.1943: Vim9: wrong error message when colon is missingv8.2.1943Bram Moolenaar
2020-11-01patch 8.2.1934: Vim9: command modifiers in :def function not testedv8.2.1934Bram Moolenaar
2020-10-29patch 8.2.1923: Vim9: "filter" command modifier doesn't workv8.2.1923Bram Moolenaar
2020-10-28patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar
2020-10-26patch 8.2.1910: reading past the end of the command linev8.2.1910Bram Moolenaar
2020-10-24patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar
2020-10-24patch 8.2.1897: command modifiers are saved and set inconsistentlyv8.2.1897Bram Moolenaar
2020-10-23patch 8.2.1895: Vim9: silent command modifier test failsv8.2.1895Bram Moolenaar
2020-10-22patch 8.2.1891: Vim9: skipping over expression doesn't handle line breaksv8.2.1891Bram Moolenaar
2020-10-17patch 8.2.1856: "2resize" uses size of current windowv8.2.1856Bram Moolenaar
2020-10-16patch 8.2.1853: "to_f" is recognized at "topleft" modifierv8.2.1853Bram Moolenaar
2020-10-13patch 8.2.1842: crash when USE_FNAME_CASE is defined and using :browsev8.2.1842Bram Moolenaar
2020-10-10patch 8.2.1828: build failure without the +eval featurev8.2.1828Bram Moolenaar
2020-10-10patch 8.2.1826: Vim9: cannot use a {} block at script levelv8.2.1826Bram Moolenaar
2020-10-10patch 8.2.1820: Vim9: crash when error happens in timer callbackv8.2.1820Bram Moolenaar
2020-09-28patch 8.2.1769: popup filter interferes with using :normal to move the cursorv8.2.1769Bram Moolenaar
2020-09-26patch 8.2.1746: Vim9: cannot use "fina" for "finally"v8.2.1746Bram Moolenaar
2020-09-26patch 8.2.1745: tiny version doesn't buildv8.2.1745Bram Moolenaar
2020-09-26patch 8.2.1744: Vim9: using ":const!" is weirdv8.2.1744Bram Moolenaar
2020-09-23patch 8.2.1729: endless loop when ":normal" feeds popup window filterv8.2.1729Bram Moolenaar
2020-09-14patch 8.2.1683: Vim9: assignment test failsv8.2.1683Bram Moolenaar
2020-09-14patch 8.2.1679: Vim9: ":*" is not recognized as a rangev8.2.1679Bram Moolenaar
2020-09-10patch 8.2.1653: expand('<stack>') does not include the final line numberv8.2.1653Bram Moolenaar
2020-09-08patch 8.2.1637: Vim9: :put ={expr} does not work inside :def functionv8.2.1637Bram Moolenaar
2020-08-23patch 8.2.1519: Vim9: Ex command default range is not setv8.2.1519Bram Moolenaar
2020-08-23patch 8.2.1518: Vim9: cannot assign to local optionv8.2.1518Bram Moolenaar
2020-08-20patch 8.2.1496: Vim9: cannot use " #" in a mappingv8.2.1496Bram Moolenaar
2020-08-20patch 8.2.1492: build failuresv8.2.1492Bram Moolenaar
2020-08-20patch 8.2.1491: Vim9: crash when compiling heredoc lines start with commentv8.2.1491Bram Moolenaar
2020-08-17patch 8.2.1472: ":argdel" does not work like ":.argdel" as documentedv8.2.1472Bram Moolenaar
2020-08-15patch 8.2.1460: error messages are spread outv8.2.1460Bram Moolenaar
2020-08-13patch 8.2.1444: error messages are spread out and names can be confusingv8.2.1444Bram Moolenaar
2020-08-12patch 8.2.1436: function implementing :substitute has unexpected namev8.2.1436Bram Moolenaar
2020-08-10patch 8.2.1413: previous tab page not usable from an Ex commandv8.2.1413Bram Moolenaar
2020-08-06patch 8.2.1382: Vim9: using :import in filetype plugin gives an errorv8.2.1382Bram Moolenaar
2020-08-02patch 8.2.1359: Vim9: cannot assign to / register in Vim9 scriptv8.2.1359Bram Moolenaar
2020-08-01patch 8.2.1348: build failure without the eval featurev8.2.1348Bram Moolenaar
2020-08-01patch 8.2.1347: cannot easily get the script IDv8.2.1347Bram Moolenaar
2020-08-01patch 8.2.1346: small build failsv8.2.1346Bram Moolenaar