summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-07-08 09:36:58 +0000
committerBram Moolenaar <Bram@vim.org>2008-07-08 09:36:58 +0000
commit3a847972c3e15a491d9d33f7c192d7c171896078 (patch)
tree763fba619c1269bb92a15018e736ab4fcdd74d63
parent990d95c0796b79117f102b3558f861e20cd65573 (diff)
updated for version 7.2a-017v7.2a.017
-rw-r--r--src/fileio.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c
index bbe97c9366..d68adec84e 100644
--- a/src/fileio.c
+++ b/src/fileio.c
@@ -8235,7 +8235,7 @@ ex_doautoall(eap)
*/
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 */
aucmd_prepbuf(&aco, buf);
diff --git a/src/version.c b/src/version.c
index 0e2c9ed109..11abe51aae 100644
--- a/src/version.c
+++ b/src/version.c
@@ -677,6 +677,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 17,
+/**/
16,
/**/
15,