summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.2.1000: get error when leaving Ex mode with :visualv8.2.1000Bram Moolenaar2020-06-181-1/+2
* patch 8.2.0909: cannot go back to the previous local directoryv8.2.0909Bram Moolenaar2020-06-051-13/+38
* patch 8.2.0883: memory leak in test 49v8.2.0883Bram Moolenaar2020-06-011-0/+1
* patch 8.2.0876: :pwd does not give a hint about the scope of the directoryv8.2.0876Bram Moolenaar2020-06-011-4/+16
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-1/+1
* patch 8.2.0841: 'verbose' value 16 causes duplicate outputv8.2.0841Bram Moolenaar2020-05-291-4/+1
* patch 8.2.0823: Vim9: script reload test is disabledv8.2.0823Bram Moolenaar2020-05-251-3/+3
* patch 8.2.0822: Vim9: code left over from discovery phasev8.2.0822Bram Moolenaar2020-05-251-1/+0
* patch 8.2.0818: Vim9: using a discovery phase doesn't work wellv8.2.0818Bram Moolenaar2020-05-241-0/+2
* patch 8.2.0791: a second popup window with terminal causes troublev8.2.0791Bram Moolenaar2020-05-181-2/+6
* patch 8.2.0675: Vim9: no support for closuresv8.2.0675Bram Moolenaar2020-05-011-2/+2
* patch 8.2.0670: cannot change window when evaluating 'completefunc'v8.2.0670Bram Moolenaar2020-04-301-1/+1
* patch 8.2.0648: semicolon search does not work in first linev8.2.0648Bram Moolenaar2020-04-271-2/+4
* patch 8.2.0611: Vim9: no check for space before #commentv8.2.0611Bram Moolenaar2020-04-201-1/+1
* 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