updated for version 7.1-159

This commit is contained in:
vimboss
2007-11-20 17:04:29 +00:00
parent bafa127dbd
commit 0a2913b2d6
2 changed files with 4 additions and 1 deletions
+2 -1
View File
@@ -4885,7 +4885,8 @@ do_sub(eap)
++line2;
/* move the cursor to the new line, like Vi */
++curwin->w_cursor.lnum;
STRCPY(new_start, p1 + 1); /* copy the rest */
/* copy the rest */
mch_memmove(new_start, p1 + 1, STRLEN(p1 + 1) + 1);
p1 = new_start - 1;
}
}
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
159,
/**/
158,
/**/