mirror of
https://github.com/vim/vim.git
synced 2025-08-31 20:53:42 -04:00
updated for version 7.0029
This commit is contained in:
parent
0a77e47767
commit
306cf5720e
@ -608,7 +608,7 @@ free_buffer_stuff(buf, free_options)
|
|||||||
free_buf_options(buf, TRUE);
|
free_buf_options(buf, TRUE);
|
||||||
}
|
}
|
||||||
#ifdef FEAT_EVAL
|
#ifdef FEAT_EVAL
|
||||||
var_clear(&buf->b_vars); /* free all internal variables */
|
vars_clear(&buf->b_vars); /* free all internal variables */
|
||||||
#endif
|
#endif
|
||||||
#ifdef FEAT_USR_CMDS
|
#ifdef FEAT_USR_CMDS
|
||||||
uc_clear(&buf->b_ucmds); /* clear local user commands */
|
uc_clear(&buf->b_ucmds); /* clear local user commands */
|
||||||
@ -1626,7 +1626,7 @@ buflist_new(ffname, sfname, lnum, flags)
|
|||||||
buf->b_wininfo->wi_win = curwin;
|
buf->b_wininfo->wi_win = curwin;
|
||||||
|
|
||||||
#ifdef FEAT_EVAL
|
#ifdef FEAT_EVAL
|
||||||
var_init(&buf->b_vars); /* init internal variables */
|
vars_init(&buf->b_vars); /* init internal variables */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
buf->b_fname = buf->b_sfname;
|
buf->b_fname = buf->b_sfname;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user