0
0
mirror of https://github.com/vim/vim.git synced 2025-10-01 04:54:07 -04:00

updated for version 7.2a-017

This commit is contained in:
Bram Moolenaar
2008-07-08 09:36:58 +00:00
parent 990d95c079
commit 3a847972c3
2 changed files with 3 additions and 1 deletions

View File

@@ -8235,7 +8235,7 @@ ex_doautoall(eap)
*/ */
for (buf = firstbuf; buf != NULL; buf = buf->b_next) for (buf = firstbuf; buf != NULL; buf = buf->b_next)
{ {
if (curbuf->b_ml.ml_mfp != NULL) if (buf->b_ml.ml_mfp != NULL)
{ {
/* find a window for this buffer and save some values */ /* find a window for this buffer and save some values */
aucmd_prepbuf(&aco, buf); aucmd_prepbuf(&aco, buf);

View File

@@ -676,6 +676,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 */
/**/
17,
/**/ /**/
16, 16,
/**/ /**/