1
0
forked from aniani/vim

updated for version 7.0-158

This commit is contained in:
Bram Moolenaar
2006-11-01 20:25:45 +00:00
parent e9da72e482
commit 6ae133b915
2 changed files with 6 additions and 0 deletions

View File

@@ -9204,6 +9204,10 @@ ins_eol(c)
#ifdef FEAT_CINDENT
can_cindent = TRUE;
#endif
#ifdef FEAT_FOLDING
/* When inserting a line the cursor line must never be in a closed fold. */
foldOpenCursor();
#endif
return (!i);
}

View File

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