forked from aniani/vim
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:
@@ -1354,7 +1354,7 @@ luaV_eval(lua_State *L)
|
||||
static int
|
||||
luaV_beep(lua_State *L UNUSED)
|
||||
{
|
||||
vim_beep();
|
||||
vim_beep(BO_LANG);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user