mirror of
https://github.com/neovim/neovim.git
synced 2025-10-06 18:06:30 +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
|
||||||
bwipe
|
bwipe
|
||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
|
func Test_visualbell()
|
||||||
|
set visualbell
|
||||||
|
call assert_beeps('normal 0h')
|
||||||
|
set novisualbell
|
||||||
|
endfunc
|
||||||
|
Reference in New Issue
Block a user