1
0
forked from aniani/vim

updated for version 7.0-011

This commit is contained in:
Bram Moolenaar 2006-05-13 12:37:50 +00:00
parent c9a99918bd
commit 2e97890d67
2 changed files with 4 additions and 2 deletions

View File

@ -5227,13 +5227,13 @@ insecure_flag(opt_idx, opt_flags)
case PV_STL: return &curwin->w_p_stl_flags;
#endif
#ifdef FEAT_EVAL
# ifdef FEAT_FOLDING
case PV_FDE: return &curwin->w_p_fde_flags;
case PV_FDT: return &curwin->w_p_fdt_flags;
# endif
# ifdef FEAT_BEVAL
case PV_BEXPR: return &curbuf->b_p_bexpr_flags;
# endif
#endif
#if defined(FEAT_EVAL)
# if defined(FEAT_CINDENT)
case PV_INDE: return &curbuf->b_p_inde_flags;
# endif

View File

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