mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0006
This commit is contained in:
@@ -3106,6 +3106,10 @@ win_free(wp)
|
||||
{
|
||||
int i;
|
||||
|
||||
#ifdef FEAT_MZSCHEME
|
||||
mzscheme_window_free(wp);
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_PERL
|
||||
perl_win_free(wp);
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user