summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_cmd.vim
AgeCommit message (Expand)Author
2021-06-06patch 8.2.2955: Vim9: using filter in compiled command does not workv8.2.2955Bram Moolenaar
2021-06-05patch 8.2.2946: Vim9: substitute expression cannot be a Listv8.2.2946Bram Moolenaar
2021-06-05patch 8.2.2941: Vim9: using does not handle a list of stringsv8.2.2941Bram Moolenaar
2021-05-09patch 8.2.2846: Vim9: "echo Func()" does not give an error for using voidv8.2.2846Bram Moolenaar
2021-05-06patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle
2021-04-26patch 8.2.2812: Vim9: still crash when using substitute expressionv8.2.2812Bram Moolenaar
2021-04-25patch 8.2.2811: Vim9: error for missing white space doesn't say wherev8.2.2811Bram Moolenaar
2021-04-25patch 8.2.2810: Vim9: crash when calling a function in a substitute expressionv8.2.2810Bram Moolenaar
2021-04-21patch 8.2.2798: Vim9: redir to variable with append does not accept an indexv8.2.2798Bram Moolenaar
2021-04-21patch 8.2.2796: Vim9: redir to variable does not accept an indexv8.2.2796Bram Moolenaar
2021-04-20patch 8.2.2789: Vim9: using \=expr in :substitute does not handle jumpsv8.2.2789Bram Moolenaar
2021-04-19patch 8.2.2785: Vim9: cannot redirect to local variablev8.2.2785Bram Moolenaar
2021-04-19patch 8.2.2784: Vim9: cannot use \=expr in :substitutev8.2.2784Bram Moolenaar
2021-03-28patch 8.2.2672: Vim9: cannot use :lockvar and :unlockvar in compiled scriptv8.2.2672Bram Moolenaar
2021-03-25patch 8.2.2652: Vim9: can use command modifier without an effectv8.2.2652Bram Moolenaar
2021-03-24patch 8.2.2649: Vim9: some wincmd arguments cause a white space errorv8.2.2649Bram Moolenaar
2021-03-14patch 8.2.2603: Vim9: no effect if user command is also a functionv8.2.2603Bram Moolenaar
2021-03-06patch 8.2.2575: Vim9: a function name with "->" in the next line doesn't workv8.2.2575Bram Moolenaar
2021-03-03patch 8.2.2566: Vim9: Function name is not recognizedv8.2.2566Bram Moolenaar
2021-02-17patch 8.2.2525: Vim9: only local variables checked for a namev8.2.2525Bram Moolenaar
2021-02-14patch 8.2.2511: Vim9: cannot use Vim9 script syntax in some placesv8.2.2511Bram Moolenaar
2021-02-02patch 8.2.2453: Vim9: a variable name with "->" in the next line doesn't workv8.2.2453Bram Moolenaar
2021-01-23patch 8.2.2397: Vim9: "%%" not seen as alternate file name for ":bdel"v8.2.2397Bram Moolenaar
2021-01-23patch 8.2.2396: Vim9: no white space allowed before "->"v8.2.2396Bram Moolenaar
2021-01-19patch 8.2.2377: Vim9: crash when using a range after another expressionv8.2.2377Bram Moolenaar
2021-01-15patch 8.2.2356: Vim9: ":put =expr" does not handle a list properlyv8.2.2356Bram Moolenaar
2021-01-11patch 8.2.2332: Vim9: missing :endif not reported when using :windov8.2.2332Bram Moolenaar
2021-01-08patch 8.2.2313: Vim9: using uninitialized field when parsing rangev8.2.2313Bram Moolenaar
2021-01-05patch 8.2.2303: Vim9: backtick expansion doesn't work for :foldopenv8.2.2303Bram Moolenaar
2021-01-04patch 8.2.2299: Vim9: invalid memory access making error message flakyv8.2.2299Bram Moolenaar
2021-01-02patch 8.2.2281: Vim9: compiled "wincmd" cannot be followed by barv8.2.2281Bram Moolenaar
2020-12-31patch 8.2.2257: Vim9: using -> for lambda is ambiguousv8.2.2257Bram Moolenaar
2020-12-31patch 8.2.2254: Vim9: bool option type is numberv8.2.2254Bram 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.2239: Vim9: concatenating lines with backslash is inconvenientv8.2.2239Bram Moolenaar
2020-12-27patch 8.2.2230: Vim9: insert completion runs into errorv8.2.2230Bram Moolenaar
2020-12-27patch 8.2.2228: Vim9: cannot use ":e #" because # starts a commentv8.2.2228Bram Moolenaar
2020-12-25patch 8.2.2217: Vim9: command modifiers not restored in catch blockv8.2.2217Bram 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.2215: Vim9: not recognized in global commandv8.2.2215Bram Moolenaar
2020-12-21patch 8.2.2183: Vim9: value of 'edcompatible' and 'gdefault' are usedv8.2.2183Bram Moolenaar
2020-12-21patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar
2020-12-20patch 8.2.2173: Vim9: get internal error when assigning to undefined variablev8.2.2173Bram Moolenaar
2020-12-16patch 8.2.2148: Vim9: crash when user command doesn't matchv8.2.2148Bram Moolenaar
2020-12-14patch 8.2.2144: Vim9: some corner cases not testedv8.2.2144Bram Moolenaar
2020-12-10patch 8.2.2124: Vim9: a range cannot be computed at runtimev8.2.2124Bram Moolenaar
2020-12-05patch 8.2.2094: when an expression fails getting next command may be wrongv8.2.2094Bram Moolenaar
2020-12-02patch 8.2.2082: Vim9: can still use the depricated #{} dict syntaxv8.2.2082Bram Moolenaar
2020-11-25patch 8.2.2052: Vim9: "edit +4 fname" gives an errorv8.2.2052Bram Moolenaar
2020-11-20patch 8.2.2022: Vim9: star command recognized errornouslyv8.2.2022Bram Moolenaar