comparison src/if_lua.c @ 6949:1e621b31948b v7.4.793

patch 7.4.793 Problem: Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt)
author Bram Moolenaar <bram@vim.org>
date Tue, 21 Jul 2015 17:53:25 +0200
parents 2b7e36955265
children 42717d048817
comparison
equal deleted inserted replaced
6948:50dfc96920a8 6949:1e621b31948b
1352 } 1352 }
1353 1353
1354 static int 1354 static int
1355 luaV_beep(lua_State *L UNUSED) 1355 luaV_beep(lua_State *L UNUSED)
1356 { 1356 {
1357 vim_beep(); 1357 vim_beep(BO_LANG);
1358 return 0; 1358 return 0;
1359 } 1359 }
1360 1360
1361 static int 1361 static int
1362 luaV_line(lua_State *L) 1362 luaV_line(lua_State *L)