summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_vim9_cmd.vim
AgeCommit message (Expand)Author
2023-09-11patch 9.0.1897: Vim9: confusing error with .= in compiled functionsv9.0.1897Christian Brabandt
2022-11-02patch 9.0.0828: various typosv9.0.0828dundargoc
2022-10-15patch 9.0.0766: too many delete() calls in testsv9.0.0766Bram Moolenaar
2022-09-18patch 9.0.0498: various small issuesv9.0.0498Bram Moolenaar
2022-09-11patch 9.0.0444: trying to declare g:variable gives confusing errorv9.0.0444Bram Moolenaar
2022-09-02patch 9.0.0363: common names in test files causes tests to be flakyv9.0.0363Bram Moolenaar
2022-08-20patch 9.0.0232: test with BufNewFile autocmd is flakyv9.0.0232Bram Moolenaar
2022-08-14patch 9.0.0212: invalid memory access when compiling :unletv9.0.0212Bram Moolenaar
2022-08-14patch 9.0.0211: invalid memory access when compiling :lockvarv9.0.0211Bram Moolenaar
2022-08-04patch 9.0.0140: execute() does not use the "legacy" command modifierv9.0.0140Kota Kato
2022-05-21patch 8.2.4989: cannot specify a function name for :defcompilev8.2.4989Bram Moolenaar
2022-05-17patch 8.2.4970: "eval 123" gives an error, "eval 'abc'" does notv8.2.4970Bram Moolenaar
2022-05-05patch 8.2.4872: Vim9: no error for using an expression onlyv8.2.4872Bram Moolenaar
2022-04-27patch 8.2.4835: Vim9: some lines not covered by testsv8.2.4835Bram Moolenaar
2022-04-04patch 8.2.4682: Vim9: can use :unlockvar for const variablev8.2.4682Bram Moolenaar
2022-04-03patch 8.2.4678: Vim9: not all code is testedv8.2.4678Bram Moolenaar
2022-04-02patch 8.2.4666: Vim9: assignment not recognized in skipped blockv8.2.4666Bram Moolenaar
2022-03-23patch 8.2.4615: mapping with escaped bar does not work in :def functionv8.2.4615Bram Moolenaar
2022-03-20patch 8.2.4601: Vim9: not enough test coverage for executing :def functionv8.2.4601Bram Moolenaar
2022-03-20patch 8.2.4600: Vim9: not enough test coverage for executing :def functionv8.2.4600Bram Moolenaar
2022-03-12patch 8.2.4552: in a :def function "put = expr" does not workv8.2.4552Bram Moolenaar
2022-03-04patch 8.2.4507: test fails because of new error messagev8.2.4507Bram Moolenaar
2022-02-17patch 8.2.4410: Vim9: some code not covered by testsv8.2.4410Bram Moolenaar
2022-02-17patch 8.2.4407: Vim9: some code not covered by testsv8.2.4407Bram Moolenaar
2022-02-15patch 8.2.4395: some code lines not covered by testsv8.2.4395Bram Moolenaar
2022-02-14patch 8.2.4384: Vim9: error message not tested, some code not testedv8.2.4384Bram Moolenaar
2022-02-12patch 8.2.4365: sticky command modifiers are too stickyv8.2.4365Bram Moolenaar
2022-02-12patch 8.2.4360: Vim9: allowing use of "s:" leads to inconsistenciesv8.2.4360Bram Moolenaar
2022-02-12patch 8.2.4357: sticky command modifiers are too stickyv8.2.4357Bram Moolenaar
2022-02-11patch 8.2.4348: "legacy exe cmd" does not do what one would expectv8.2.4348Bram Moolenaar
2022-02-07patch 8.2.4319: :put does not work properly in compiled functionv8.2.4319Bram Moolenaar
2022-02-04patch 8.2.4296: Vim9: not all code covered by testsv8.2.4296Bram Moolenaar
2022-02-03patch 8.2.4292: test failsv8.2.4292Bram Moolenaar
2022-01-30patch 8.2.4260: Vim9: can still use a global function without g:v8.2.4260Bram Moolenaar
2022-01-29patch 8.2.4257: Vim9: finding global function without g: prefix inconsistentv8.2.4257Bram Moolenaar
2022-01-26patch 8.2.4227: Vim9: using "lockvar!" in :def function does not workv8.2.4227Bram Moolenaar
2022-01-26patch 8.2.4225: Vim9: depth argument of :lockvar not parsed in :def functionv8.2.4225Bram Moolenaar
2021-12-20patch 8.2.3859: Vim9: some code lines not testedv8.2.3859Bram Moolenaar
2021-12-20patch 8.2.3858: Vim9: not enough testsv8.2.3858Bram Moolenaar
2021-12-19patch 8.2.3854: Vim9: inconsistent arguments for test functionsv8.2.3854Bram Moolenaar
2021-12-04patch 8.2.3733: Vim9: using "legacy" before range does not workv8.2.3733Bram Moolenaar
2021-12-01patch 8.2.3711: Vim9: memory leak when compiling :elseif failsv8.2.3711Bram Moolenaar
2021-12-01patch 8.2.3710: Vim9: backtick expression expanded for :globalv8.2.3710Bram Moolenaar
2021-11-30patch 8.2.3709: Vim9: backtick expression expanded when not desiredv8.2.3709Bram Moolenaar
2021-11-30patch 8.2.3708: Vim9: test fails with different errorv8.2.3708Bram Moolenaar
2021-11-28patch 8.2.3690: Vim9: "filter #pat# cmd" does not workv8.2.3690Bram Moolenaar
2021-11-27patch 8.2.3683: Vim9: cannot use in :...do commandsv8.2.3683Bram Moolenaar
2021-11-23patch 8.2.3656: Vim9: no error for an evironment variable by itselfv8.2.3656Bram Moolenaar
2021-11-22patch 8.2.3651: Vim9: no error for :lock or :unlock with unknown variablev8.2.3651Bram Moolenaar
2021-11-22patch 8.2.3645: Vim9: The "no effect" error is not given for all registersv8.2.3645Bram Moolenaar