mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
patch 7.4.793
Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt)
This commit is contained in:
@@ -824,7 +824,7 @@ hangul_input_process(s, len)
|
||||
}
|
||||
else if (n == AUTOMATA_ERROR)
|
||||
{
|
||||
vim_beep();
|
||||
vim_beep(BO_HANGUL);
|
||||
return 0;
|
||||
}
|
||||
return len;
|
||||
|
Reference in New Issue
Block a user