summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.0604: :startinsert in a terminal window used laterv8.2.0604Bram Moolenaar2020-04-191-0/+5
* patch 8.2.0595: Vim9: not all commands using ends_excmd() testedv8.2.0595Bram Moolenaar2020-04-181-2/+7
* patch 8.2.0593: finding a user command is not optimalv8.2.0593Bram Moolenaar2020-04-181-4/+6
* patch 8.2.0587: compiler warning for unused variablev8.2.0587Bram Moolenaar2020-04-161-1/+1
* patch 8.2.0585: Vim9: # comment not recognized after :vim9scriptv8.2.0585Bram Moolenaar2020-04-161-2/+24
* patch 8.2.0569: build failure with tiny versionv8.2.0569Bram Moolenaar2020-04-131-0/+2
* patch 8.2.0567: Vim9: cannot put comments halfway expressionsv8.2.0567Bram Moolenaar2020-04-131-0/+3
* patch 8.2.0560: compiler warning in tiny buildv8.2.0560Bram Moolenaar2020-04-121-2/+2
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-5/+5
* patch 8.2.0502: Vim9: some code is not testedv8.2.0502Bram Moolenaar2020-04-021-3/+3
* patch 8.2.0399: various memory leaksv8.2.0399Bram Moolenaar2020-03-181-0/+12
* patch 8.2.0367: can use :pedit in a popup windowv8.2.0367Bram Moolenaar2020-03-091-0/+3
* patch 8.2.0344: ":def" not skipped properlyv8.2.0344Bram Moolenaar2020-03-011-0/+1
* patch 8.2.0306: Vim9: :substitute(pat(repl does not work in Vim9 scriptv8.2.0306Bram Moolenaar2020-02-231-1/+5
* patch 8.2.0298: Vim9 script: cannot start command with a string constantv8.2.0298Bram Moolenaar2020-02-221-2/+4
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-1/+1
* patch 8.2.0274: hang with combination of feedkeys(), Ex mode and :globalv8.2.0274Bram Moolenaar2020-02-181-0/+2
* patch 8.2.0265: "eval" after "if 0" doesn't check for following commandv8.2.0265Bram Moolenaar2020-02-161-0/+1
* patch 8.2.0232: the :compiler command causes a crashv8.2.0232Bram Moolenaar2020-02-081-1/+2
* patch 8.2.0194: some commands can cause problems in terminal popupv8.2.0194Bram Moolenaar2020-02-011-8/+9
* patch 8.2.0189: cd() with NULL argument crashesv8.2.0189Bram Moolenaar2020-01-311-1/+1
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0154: reallocating the list of scripts is inefficientv8.2.0154Bram Moolenaar2020-01-261-1/+1
* patch 8.2.0149: maintaining a Vim9 branch separately is more workv8.2.0149Bram Moolenaar2020-01-261-7/+78
* patch 8.2.0128: cannot list options one per linev8.2.0128Bram Moolenaar2020-01-181-18/+0
* patch 8.2.0127: some buffer commands work in a popup windowv8.2.0127Bram Moolenaar2020-01-181-0/+12
* patch 8.2.0125: :mode no longer works for any systemv8.2.0125Bram Moolenaar2020-01-171-1/+1
* patch 8.2.0098: exe stack length can be wrong without being detectedv8.2.0098Bram Moolenaar2020-01-071-0/+3
* patch 8.2.0095: cannot specify exit code for :cquitv8.2.0095Bram Moolenaar2020-01-061-2/+2
* patch 8.2.0056: execution stack is incomplete and inefficientv8.2.0056Bram Moolenaar2019-12-291-26/+22
* patch 8.2.0013: not using a typedef for condstackv8.2.0013Bram Moolenaar2019-12-161-21/+21
* patch 8.1.2411: function argument copied unnecessarilyv8.1.2411Bram Moolenaar2019-12-081-2/+1
* patch 8.1.2379: using old C style commentsv8.1.2379Bram Moolenaar2019-12-011-494/+491
* patch 8.1.2371: FEAT_TEXT_PROP is a confusing namev8.1.2371Bram Moolenaar2019-11-301-3/+3
* patch 8.1.2349: :lockvar and :unlockvar cannot be followed by "| endif"v8.1.2349Bram Moolenaar2019-11-261-0/+2
* patch 8.1.2348: :const cannot be followed by "| endif"v8.1.2348Bram Moolenaar2019-11-261-0/+1
* patch 8.1.2197: ExitPre autocommand may cause accessing freed memoryv8.1.2197Bram Moolenaar2019-10-201-6/+7
* patch 8.1.2195: Vim does not exit when the terminal window is last windowv8.1.2195Bram Moolenaar2019-10-201-2/+2
* patch 8.1.2187: error for bad regexp even though regexp is not usedv8.1.2187Bram Moolenaar2019-10-191-1/+2
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-3/+2
* patch 8.1.2143: cannot see each command even when 'verbose' is setv8.1.2143Bram Moolenaar2019-10-121-17/+30
* patch 8.1.2064: MS-Windows: compiler warnings for unused argumentsv8.1.2064Bram Moolenaar2019-09-211-1/+1
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-2/+0
* patch 8.1.1988: :startinsert! does not work the same way as "A"v8.1.1988Bram Moolenaar2019-09-051-7/+5
* patch 8.1.1979: code for handling file names is spread outv8.1.1979Bram Moolenaar2019-09-041-10/+0
* patch 8.1.1914: command line expansion code is spread outv8.1.1914Bram Moolenaar2019-08-231-858/+13
* patch 8.1.1908: every popup window consumes a buffer numberv8.1.1908Bram Moolenaar2019-08-211-2/+3
* patch 8.1.1905: cannot set all properties of the info popupv8.1.1905Bram Moolenaar2019-08-211-1/+1
* patch 8.1.1887: the +cmdline_compl feature is not in the tiny versionv8.1.1887Bram Moolenaar2019-08-181-24/+3
* patch 8.1.1880: cannot show extra info for completion in a popup windowv8.1.1880Bram Moolenaar2019-08-181-2/+2