commit | ee4e0c1e9a81cb5d96e0060203a9033c2f28588e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Apr 06 21:35:05 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Apr 06 21:35:05 2020 +0200 |
tree | b58b410eb33044a0dadc1838e32de62ceb650e5c | |
parent | 15352dc6ec43fd50cc3be4f4fd1ad74d5619da20 [diff] [blame] |
patch 8.2.0522: several errors are not tested for Problem: Several errors are not tested for. Solution: Add tests. (Yegappan Lakshmanan, closes #5892)
diff --git a/src/testdir/test_normal.vim b/src/testdir/test_normal.vim index 83a95f9..d8afeea 100644 --- a/src/testdir/test_normal.vim +++ b/src/testdir/test_normal.vim
@@ -364,6 +364,7 @@ " clean up unmap <buffer> ,, set opfunc= + call assert_fails('normal Vg@', 'E774:') bw! unlet! g:opt endfunc