mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 09:56:31 +00:00
vim-patch:8.1.1107: no test for 'visualbell'
Problem: No test for 'visualbell'.
Solution: Add a test.
b4e6a2d075
This commit is contained in:
@@ -511,3 +511,9 @@ func Test_shortmess_F2()
|
||||
bwipe
|
||||
bwipe
|
||||
endfunc
|
||||
|
||||
func Test_visualbell()
|
||||
set visualbell
|
||||
call assert_beeps('normal 0h')
|
||||
set novisualbell
|
||||
endfunc
|
||||
|
Reference in New Issue
Block a user