mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.1-271
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user