diff src/option.c @ 875:15146eaa0e9c v7.0.001

updated for version 7.0-001
author vimboss
date Tue, 09 May 2006 16:15:42 +0000
parents 99305c4c42d4
children 2548cf0a5f62
line wrap: on
line diff
--- 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}