mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.0029
This commit is contained in:
parent
1c2fda2097
commit
0a77e47767
@ -3090,7 +3090,7 @@ win_alloc(after)
|
||||
}
|
||||
#endif
|
||||
#ifdef FEAT_EVAL
|
||||
var_init(&newwin->w_vars); /* init internal variables */
|
||||
vars_init(&newwin->w_vars); /* init internal variables */
|
||||
#endif
|
||||
#ifdef FEAT_FOLDING
|
||||
foldInitWin(newwin);
|
||||
@ -3134,7 +3134,7 @@ win_free(wp)
|
||||
clear_winopt(&wp->w_allbuf_opt);
|
||||
|
||||
#ifdef FEAT_EVAL
|
||||
var_clear(&wp->w_vars); /* free all internal variables */
|
||||
vars_clear(&wp->w_vars); /* free all internal variables */
|
||||
#endif
|
||||
|
||||
if (prevwin == wp)
|
||||
|
Loading…
x
Reference in New Issue
Block a user