diff options
| author | zeertzjq <zeertzjq@outlook.com> | 2023-02-28 17:13:24 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-28 17:13:24 +0800 |
| commit | a87b52d328d5f78965d6eaff7efab7b63069bdc0 (patch) | |
| tree | b15a5dcb6d11717e329d213570a570867bce7b60 /src/nvim/testdir/vim9.vim | |
| parent | 66c384d4e806a5e8de53bc57a05f0ddd8c8a9d1c (diff) | |
| parent | 55d30c459c878224507e90f2a6c1657cdd070668 (diff) | |
| download | rneovim-a87b52d328d5f78965d6eaff7efab7b63069bdc0.tar.gz rneovim-a87b52d328d5f78965d6eaff7efab7b63069bdc0.tar.bz2 rneovim-a87b52d328d5f78965d6eaff7efab7b63069bdc0.zip | |
Merge pull request #22448 from zeertzjq/vim-8.2.2780
vim-patch:8.2.{2780,2782,2783}
Diffstat (limited to 'src/nvim/testdir/vim9.vim')
| -rw-r--r-- | src/nvim/testdir/vim9.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/testdir/vim9.vim b/src/nvim/testdir/vim9.vim index e1343d51f1..2cc3d88aa8 100644 --- a/src/nvim/testdir/vim9.vim +++ b/src/nvim/testdir/vim9.vim @@ -34,6 +34,10 @@ func CheckScriptSuccess(lines) endtry endfunc +func CheckDefExecAndScriptFailure(lines, error, lnum = -3) + return +endfunc + " Check that "lines" inside a legacy function has no error. func CheckLegacySuccess(lines) let cwd = getcwd() |