summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
AgeCommit message (Expand)Author
2020-12-29patch 8.2.2242: Vim9: bar line continuation does not work at script levelv8.2.2242Bram Moolenaar
2020-12-28patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar
2020-12-27patch 8.2.2232: compiler error for falling through into next casev8.2.2232Bram Moolenaar
2020-12-27patch 8.2.2229: build failure without the +eval featurev8.2.2229Bram Moolenaar
2020-12-27patch 8.2.2228: Vim9: cannot use ":e #" because # starts a commentv8.2.2228Bram Moolenaar
2020-12-26patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar
2020-12-25patch 8.2.2216: Vim9: range with missing colon can be hard to spotv8.2.2216Bram Moolenaar
2020-12-25patch 8.2.2214: ":e#" does not give a warning for missing white spacev8.2.2214Bram Moolenaar
2020-12-21patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar
2020-12-19patch 8.2.2165: Vim9: assignment to dict member does not workv8.2.2165Bram Moolenaar
2020-12-16patch 8.2.2148: Vim9: crash when user command doesn't matchv8.2.2148Bram Moolenaar
2020-12-13patch 8.2.2140: build failure with tiny featuresv8.2.2140Bram Moolenaar
2020-12-13patch 8.2.2138: Vim9: "exit_cb" causes Vim to exitv8.2.2138Bram Moolenaar
2020-12-12patch 8.2.2135: Vim9: #{ still seen as start of dict in some placesv8.2.2135Bram Moolenaar
2020-12-12patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar
2020-12-11patch 8.2.2128: there is no way to do something on CTRL-Zv8.2.2128Bram Moolenaar
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