Problem: Using wrong flag for using bell in the terminal.
Solution: Change to use BO_TERM.
}
/*
- * Give a warning for an error.
+ * Give a warning for an error. "val" is one of the BO_ values, e.g., BO_OPER.
*/
void
-vim_beep(
- unsigned val) // one of the BO_ values, e.g., BO_OPER
+vim_beep(unsigned val)
{
#ifdef FEAT_EVAL
called_vim_beep = TRUE;
static int
handle_bell(void *user UNUSED)
{
- vim_beep(BO_SH);
+ vim_beep(BO_TERM);
return 0;
}
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 4745,
/**/
4744,
/**/