mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
Added Lua interfae. (Luis Carvalho)
This commit is contained in:
@@ -4370,6 +4370,10 @@ win_free(wp, tp)
|
||||
block_autocmds();
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_LUA
|
||||
lua_window_free(wp);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_MZSCHEME
|
||||
mzscheme_window_free(wp);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user