0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

updated for version 7.1-271

This commit is contained in:
Bram Moolenaar
2008-03-11 21:02:00 +00:00
parent aad8664d07
commit 6ae909839f
2 changed files with 3 additions and 1 deletions

View File

@@ -9239,7 +9239,7 @@ aucmd_prepbuf(aco, buf)
aco_save_T *aco; /* structure to save values in */ aco_save_T *aco; /* structure to save values in */
buf_T *buf; /* new curbuf */ buf_T *buf; /* new curbuf */
{ {
aco->save_buf = buf; aco->save_buf = curbuf;
curbuf = buf; curbuf = buf;
curwin->w_buffer = buf; curwin->w_buffer = buf;
} }

View File

@@ -666,6 +666,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 */
/**/
271,
/**/ /**/
270, 270,
/**/ /**/