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

updated for version 7.0-051

This commit is contained in:
Bram Moolenaar
2006-08-11 20:55:20 +00:00
parent 8d60272ba8
commit 821d20a921
2 changed files with 20 additions and 20 deletions

View File

@@ -1084,7 +1084,6 @@ Set(vimbuf, ...)
ml_replace(lnum, (char_u *)line, TRUE);
changed_bytes(lnum, 0);
}
#ifdef FEAT_AUTOCMD
/* restore curwin/curbuf and a few other things */
aucmd_restbuf(&aco);
@@ -1196,7 +1195,6 @@ Append(vimbuf, ...)
ml_append(lnum, (char_u *)line, (colnr_T)0, FALSE);
appended_lines_mark(lnum, 1L);
}
#ifdef FEAT_AUTOCMD
/* restore curwin/curbuf and a few other things */
aucmd_restbuf(&aco);

View File

@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
51,
/**/
50,
/**/