mirror of
https://github.com/vim/vim.git
synced 2025-10-04 05:25:06 -04:00
updated for version 7.2-298
This commit is contained in:
@@ -8597,6 +8597,7 @@ aucmd_restbuf(aco)
|
|||||||
curwin = firstwin;
|
curwin = firstwin;
|
||||||
# ifdef FEAT_EVAL
|
# ifdef FEAT_EVAL
|
||||||
vars_clear(&aucmd_win->w_vars.dv_hashtab); /* free all w: variables */
|
vars_clear(&aucmd_win->w_vars.dv_hashtab); /* free all w: variables */
|
||||||
|
hash_init(&aucmd_win->w_vars.dv_hashtab); /* re-use the hashtab */
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
curwin = aco->save_curwin;
|
curwin = aco->save_curwin;
|
||||||
|
@@ -681,6 +681,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
298,
|
||||||
/**/
|
/**/
|
||||||
297,
|
297,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user