forked from aniani/vim
patch 8.2.4745: using wrong flag for using bell in the terminal
Problem: Using wrong flag for using bell in the terminal. Solution: Change to use BO_TERM.
This commit is contained in:
@@ -3391,7 +3391,7 @@ handle_postponed_scrollback(term_T *term)
|
||||
static int
|
||||
handle_bell(void *user UNUSED)
|
||||
{
|
||||
vim_beep(BO_SH);
|
||||
vim_beep(BO_TERM);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user