summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
AgeCommit message (Expand)Author
2020-07-12patch 8.2.1190: Vim9: checking for Vim9 syntax is spread outv8.2.1190Bram Moolenaar
2020-07-11patch 8.2.1180: build failure in small versionv8.2.1180Bram Moolenaar
2020-07-11patch 8.2.1178: Vim9: filter function recognized as command modifierv8.2.1178Bram Moolenaar
2020-07-08patch 8.2.1157: Vim9: dict.name is not recognized as an expressionv8.2.1157Bram Moolenaar
2020-07-05patch 8.2.1137: Vim9: modifiers not cleared after compiling functionv8.2.1137Bram Moolenaar
2020-07-02patch 8.2.1116: Vim9: parsing command checks for list twicev8.2.1116Bram Moolenaar
2020-07-01patch 8.2.1112: Vim9: no line continuation allowed in method callv8.2.1112Bram Moolenaar
2020-06-28patch 8.2.1079: Vim9: no line break allowed in a while loopv8.2.1079Bram Moolenaar
2020-06-26patch 8.2.1059: crash when using :tabonly in an autocommandv8.2.1059Bram Moolenaar
2020-06-24patch 8.2.1049: Vim9: leaking memory when using continuation linev8.2.1049Bram Moolenaar
2020-06-22patch 8.2.1042: Vim9: cannot put an operator on the next linev8.2.1042Bram Moolenaar
2020-06-18patch 8.2.1000: get error when leaving Ex mode with :visualv8.2.1000Bram Moolenaar
2020-06-05patch 8.2.0909: cannot go back to the previous local directoryv8.2.0909Bram Moolenaar
2020-06-01patch 8.2.0883: memory leak in test 49v8.2.0883Bram Moolenaar
2020-06-01patch 8.2.0876: :pwd does not give a hint about the scope of the directoryv8.2.0876Bram Moolenaar
2020-05-30patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar
2020-05-29patch 8.2.0841: 'verbose' value 16 causes duplicate outputv8.2.0841Bram Moolenaar
2020-05-25patch 8.2.0823: Vim9: script reload test is disabledv8.2.0823Bram Moolenaar
2020-05-25patch 8.2.0822: Vim9: code left over from discovery phasev8.2.0822Bram Moolenaar
2020-05-24patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar
2020-05-18patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar
2020-05-01patch 8.2.0675: Vim9: no support for closuresv8.2.0675Bram Moolenaar
2020-04-30patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar
2020-04-27patch 8.2.0648: semicolon search does not work in first linev8.2.0648Bram Moolenaar
2020-04-20patch 8.2.0611: Vim9: no check for space before #commentv8.2.0611Bram Moolenaar
2020-04-19patch 8.2.0604: :startinsert in a terminal window used laterv8.2.0604Bram Moolenaar
2020-04-18patch 8.2.0595: Vim9: not all commands using ends_excmd() testedv8.2.0595Bram Moolenaar
2020-04-18patch 8.2.0593: finding a user command is not optimalv8.2.0593Bram Moolenaar
2020-04-16patch 8.2.0587: compiler warning for unused variablev8.2.0587Bram Moolenaar
2020-04-16patch 8.2.0585: Vim9: # comment not recognized after :vim9scriptv8.2.0585Bram Moolenaar
2020-04-13patch 8.2.0569: build failure with tiny versionv8.2.0569Bram Moolenaar
2020-04-13patch 8.2.0567: Vim9: cannot put comments halfway expressionsv8.2.0567Bram Moolenaar
2020-04-12patch 8.2.0560: compiler warning in tiny buildv8.2.0560Bram Moolenaar
2020-04-12patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar
2020-04-02patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar
2020-03-18patch 8.2.0399: various memory leaksv8.2.0399Bram Moolenaar
2020-03-09patch 8.2.0367: can use :pedit in a popup windowv8.2.0367Bram Moolenaar
2020-03-01patch 8.2.0344: ":def" not skipped properlyv8.2.0344Bram Moolenaar
2020-02-23patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 scriptv8.2.0306Bram Moolenaar
2020-02-22patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar
2020-02-21patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar
2020-02-18patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :globalv8.2.0274Bram Moolenaar
2020-02-16patch 8.2.0265: "eval" after "if 0" doesn't check for following commandv8.2.0265Bram Moolenaar
2020-02-08patch 8.2.0232: the :compiler command causes a crashv8.2.0232Bram Moolenaar
2020-02-01patch 8.2.0194: some commands can cause problems in terminal popupv8.2.0194Bram Moolenaar
2020-01-31patch 8.2.0189: cd() with NULL argument crashesv8.2.0189Bram Moolenaar
2020-01-26patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar
2020-01-26patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar
2020-01-26patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar
2020-01-18patch 8.2.0128: cannot list options one per linev8.2.0128Bram Moolenaar