mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44: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:
@@ -10201,7 +10201,7 @@ spell_suggest(count)
|
||||
* a multi-line selection. */
|
||||
if (curwin->w_cursor.lnum != VIsual.lnum)
|
||||
{
|
||||
vim_beep();
|
||||
vim_beep(BO_SPELL);
|
||||
return;
|
||||
}
|
||||
badlen = (int)curwin->w_cursor.col - (int)VIsual.col;
|
||||
|
Reference in New Issue
Block a user