mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.0-158
This commit is contained in:
@@ -9204,6 +9204,10 @@ ins_eol(c)
|
|||||||
#ifdef FEAT_CINDENT
|
#ifdef FEAT_CINDENT
|
||||||
can_cindent = TRUE;
|
can_cindent = TRUE;
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef FEAT_FOLDING
|
||||||
|
/* When inserting a line the cursor line must never be in a closed fold. */
|
||||||
|
foldOpenCursor();
|
||||||
|
#endif
|
||||||
|
|
||||||
return (!i);
|
return (!i);
|
||||||
}
|
}
|
||||||
|
@@ -666,6 +666,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 */
|
||||||
|
/**/
|
||||||
|
158,
|
||||||
/**/
|
/**/
|
||||||
157,
|
157,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user