# HG changeset patch # User vimboss # Date 1147191342 0 # Node ID 15146eaa0e9c6dd6802cf70a2da3b220992eda1e # Parent 4bac29d27e2f4c2779ecb72a5e78cd4a65cb455e updated for version 7.0-001 diff --git a/src/option.c b/src/option.c --- a/src/option.c +++ b/src/option.c @@ -2294,7 +2294,7 @@ static struct vimoption {(char_u *)0L, (char_u *)0L} #endif }, - {"spellsuggest", "sps", P_STRING|P_VI_DEF|P_EXPAND|P_SECURE, + {"spellsuggest", "sps", P_STRING|P_VI_DEF|P_EXPAND|P_SECURE|P_COMMA, #ifdef FEAT_SPELL (char_u *)&p_sps, PV_NONE, {(char_u *)"best", (char_u *)0L} diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1, +/**/ 0 };