summaryrefslogtreecommitdiff
path: root/src/ex_docmd.c
Commit message (Expand)AuthorAgeFilesLines
...
* patch 8.2.2525: Vim9: only local variables checked for a namev8.2.2525Bram Moolenaar2021-02-171-4/+4
* patch 8.2.2519: Vim9: no reason to keep strange Vi behaviorv8.2.2519Bram Moolenaar2021-02-151-3/+7
* patch 8.2.2514: Vim9: build error in tiny versionv8.2.2514Bram Moolenaar2021-02-141-0/+2
* patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar2021-02-141-2/+13
* patch 8.2.2484: Vim9: Cannot use a comment starting with #{v8.2.2484Bram Moolenaar2021-02-071-2/+1
* patch 8.2.2469: confusing error if :winsize has a wrong argumentv8.2.2469Bram Moolenaar2021-02-061-0/+5
* patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar2021-02-061-0/+27
* patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't workv8.2.2453Bram Moolenaar2021-02-021-0/+10
* patch 8.2.2412: not all fields in "cstack" are initializedv8.2.2412Bram Moolenaar2021-01-261-4/+1
* patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar2021-01-241-1/+1
* patch 8.2.2396: Vim9: no white space allowed before "->"v8.2.2396Bram Moolenaar2021-01-231-3/+4
* patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar2021-01-161-3/+10
* patch 8.2.2350: using "void" for no reasonv8.2.2350Bram Moolenaar2021-01-141-2/+2
* patch 8.2.2317: Vim9: command modifier before list unpack doesn't workv8.2.2317Bram Moolenaar2021-01-091-4/+7
* patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifierv8.2.2311Bram Moolenaar2021-01-071-0/+19
* patch 8.2.2299: Vim9: invalid memory access making error message flakyv8.2.2299Bram Moolenaar2021-01-041-3/+5
* patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar2021-01-041-2/+3
* patch 8.2.2242: Vim9: bar line continuation does not work at script levelv8.2.2242Bram Moolenaar2020-12-291-1/+2
* patch 8.2.2238: Vim9: cannot load a Vim9 script without the +eval featurev8.2.2238Bram Moolenaar2020-12-281-5/+1
* patch 8.2.2232: compiler error for falling through into next casev8.2.2232Bram Moolenaar2020-12-271-2/+1
* patch 8.2.2229: build failure without the +eval featurev8.2.2229Bram Moolenaar2020-12-271-0/+4
* patch 8.2.2228: Vim9: cannot use ":e #" because # starts a commentv8.2.2228Bram Moolenaar2020-12-271-31/+42
* patch 8.2.2222: Vim9: cannot keep script variables when reloadingv8.2.2222Bram Moolenaar2020-12-261-1/+1
* patch 8.2.2216: Vim9: range with missing colon can be hard to spotv8.2.2216Bram Moolenaar2020-12-251-1/+1
* patch 8.2.2214: ":e#" does not give a warning for missing white spacev8.2.2214Bram Moolenaar2020-12-251-1/+1
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-7/+7
* patch 8.2.2165: Vim9: assignment to dict member does not workv8.2.2165Bram Moolenaar2020-12-191-0/+2
* patch 8.2.2148: Vim9: crash when user command doesn't matchv8.2.2148Bram Moolenaar2020-12-161-1/+1
* patch 8.2.2140: build failure with tiny featuresv8.2.2140Bram Moolenaar2020-12-131-0/+2
* patch 8.2.2138: Vim9: "exit_cb" causes Vim to exitv8.2.2138Bram Moolenaar2020-12-131-1/+9
* patch 8.2.2135: Vim9: #{ still seen as start of dict in some placesv8.2.2135Bram Moolenaar2020-12-121-2/+1
* patch 8.2.2131: Vim9: crash when lambda uses same var as assignmentv8.2.2131Bram Moolenaar2020-12-121-2/+2
* patch 8.2.2128: there is no way to do something on CTRL-Zv8.2.2128Bram Moolenaar2020-12-111-0/+2
* patch 8.2.2077: build failure with small featuresv8.2.2077Bram Moolenaar2020-12-011-1/+5
* patch 8.2.2074: Vim9: using :normal from Vim9 script can't handle rangev8.2.2074Bram Moolenaar2020-12-011-3/+6
* patch 8.2.2071: Vim9: list assign doesn't except empty remainder listv8.2.2071Bram Moolenaar2020-11-301-1/+8
* patch 8.2.2066: Vim9: assignment with += doesn't workv8.2.2066Bram Moolenaar2020-11-281-3/+7
* patch 8.2.2058: using mkview/loadview changes the jumplistv8.2.2058Bram Moolenaar2020-11-271-1/+2
* patch 8.2.2052: Vim9: "edit +4 fname" gives an errorv8.2.2052Bram Moolenaar2020-11-251-11/+24
* patch 8.2.2033: Vim9: :def without argument gives compilation errorv8.2.2033Bram Moolenaar2020-11-221-1/+0
* patch 8.2.2022: Vim9: star command recognized errornouslyv8.2.2022Bram Moolenaar2020-11-201-0/+5
* patch 8.2.2021: Vim9: get E1099 when autocommand resets did_emsgv8.2.2021Bram Moolenaar2020-11-201-0/+11
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-0/+3
* patch 8.2.1967: the session file does not restore the alternate filev8.2.1967Bram Moolenaar2020-11-071-3/+4
* patch 8.2.1943: Vim9: wrong error message when colon is missingv8.2.1943Bram Moolenaar2020-11-021-4/+11
* patch 8.2.1934: Vim9: command modifiers in :def function not testedv8.2.1934Bram Moolenaar2020-11-011-3/+16
* patch 8.2.1923: Vim9: "filter" command modifier doesn't workv8.2.1923Bram Moolenaar2020-10-291-1/+1
* patch 8.2.1914: Vim9: cannot put line break in expression for '=' registerv8.2.1914Bram Moolenaar2020-10-281-1/+6
* patch 8.2.1910: reading past the end of the command linev8.2.1910Bram Moolenaar2020-10-261-2/+3
* patch 8.2.1898: command modifier parsing always uses global cmdmodv8.2.1898Bram Moolenaar2020-10-241-82/+87