summaryrefslogtreecommitdiffstats
path: root/src/ex_docmd.c
AgeCommit message (Expand)Author
2021-04-11patch 8.2.2754: :sleep! does not always hide the cursorv8.2.2754Bram Moolenaar
2021-04-05patch 8.2.2725: Vim9: message about compiling is wrong when using try/catchv8.2.2725Bram Moolenaar
2021-03-28patch 8.2.2669: command line completion does not work after "vim9"v8.2.2669Bram Moolenaar
2021-03-27patch 8.2.2668: Vim9: omitting "call" for "confirm()" does not give an errorv8.2.2668Bram Moolenaar
2021-03-25patch 8.2.2652: Vim9: can use command modifier without an effectv8.2.2652Bram Moolenaar
2021-03-20patch 8.2.2629: Vim9: error for #{{ is not desiredv8.2.2629Bram Moolenaar
2021-03-20patch 8.2.2628: Vim9: #{ can still be used at the script levelv8.2.2628Bram Moolenaar
2021-03-14patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar
2021-03-13patch 8.2.2598: Vim9: :open does not need to be supportedv8.2.2598Bram Moolenaar
2021-03-03patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar
2021-02-19patch 8.2.2531: Vim9: the :k command is obscurev8.2.2531Bram Moolenaar
2021-02-17patch 8.2.2529: Vim9: Not possible to use legacy and Vim9 script in one filev8.2.2529Bram Moolenaar
2021-02-17patch 8.2.2525: Vim9: only local variables checked for a namev8.2.2525Bram Moolenaar
2021-02-15patch 8.2.2519: Vim9: no reason to keep strange Vi behaviorv8.2.2519Bram Moolenaar
2021-02-14patch 8.2.2514: Vim9: build error in tiny versionv8.2.2514Bram Moolenaar
2021-02-14patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar
2021-02-07patch 8.2.2484: Vim9: Cannot use a comment starting with #{v8.2.2484Bram Moolenaar
2021-02-06patch 8.2.2469: confusing error if :winsize has a wrong argumentv8.2.2469Bram Moolenaar
2021-02-06patch 8.2.2468: not easy to get the full command name from a shortened onev8.2.2468Bram Moolenaar
2021-02-02patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't workv8.2.2453Bram Moolenaar
2021-01-26patch 8.2.2412: not all fields in "cstack" are initializedv8.2.2412Bram Moolenaar
2021-01-24patch 8.2.2400: Vim9: compiled functions are not profiledv8.2.2400Bram Moolenaar
2021-01-23patch 8.2.2396: Vim9: no white space allowed before "->"v8.2.2396Bram Moolenaar
2021-01-16patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar
2021-01-14patch 8.2.2350: using "void" for no reasonv8.2.2350Bram Moolenaar
2021-01-09patch 8.2.2317: Vim9: command modifier before list unpack doesn't workv8.2.2317Bram Moolenaar
2021-01-07patch 8.2.2311: Vim9: cannot assign to variable that shadows command modifierv8.2.2311Bram Moolenaar
2021-01-04patch 8.2.2299: Vim9: invalid memory access making error message flakyv8.2.2299Bram Moolenaar
2021-01-04patch 8.2.2295: incsearch does not detect empty pattern properlyv8.2.2295Bram Moolenaar
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