commit | b4e6a2d07510e18e6720d6b2ee0b029f95430964 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Wed Apr 03 21:53:33 2019 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Wed Apr 03 21:53:33 2019 +0200 |
tree | 837c1fb1aa18240e7eac0bbb2716de5835b77d23 | |
parent | 449ac47f931c99188575037ddfc5ee96f5200d2f [diff] |
patch 8.1.1107: no test for 'visualbell' Problem: No test for 'visualbell'. Solution: Add a test.
diff --git a/src/testdir/test_options.vim b/src/testdir/test_options.vim index 1bb0d3f..241c7b6 100644 --- a/src/testdir/test_options.vim +++ b/src/testdir/test_options.vim
@@ -536,5 +536,10 @@ call assert_inrange(30 * 0.01, 999.0, elapsed) bwipe! - delfunc ChangeText +endfunc + +func Test_visualbell() + set visualbell + call assert_beeps('normal 0h') + set novisualbell endfunc