diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-04-06 21:35:05 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-04-06 21:35:05 +0200 |
commit | ee4e0c1e9a81cb5d96e0060203a9033c2f28588e (patch) | |
tree | b58b410eb33044a0dadc1838e32de62ceb650e5c /src/testdir/test_normal.vim | |
parent | 15352dc6ec43fd50cc3be4f4fd1ad74d5619da20 (diff) | |
download | vim-git-ee4e0c1e9a81cb5d96e0060203a9033c2f28588e.tar.gz |
patch 8.2.0522: several errors are not tested forv8.2.0522
Problem: Several errors are not tested for.
Solution: Add tests. (Yegappan Lakshmanan, closes #5892)
Diffstat (limited to 'src/testdir/test_normal.vim')
-rw-r--r-- | src/testdir/test_normal.vim | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim index 83a95f9f6..d8afeea3e 100644 --- a/src/testdir/test_normal.vim +++ b/src/testdir/test_normal.vim @@ -364,6 +364,7 @@ func Test_normal09a_operatorfunc() " clean up unmap <buffer> ,, set opfunc= + call assert_fails('normal Vg@', 'E774:') bw! unlet! g:opt endfunc |