summaryrefslogtreecommitdiff
path: root/src/option.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-05-09 16:15:42 +0000
committerBram Moolenaar <Bram@vim.org>2006-05-09 16:15:42 +0000
commit28e4c8d9f0e976dfa05b2ea97cfbe926f88d403c (patch)
treeec4f547a2585d29f7276cceaf28251b8dc740750 /src/option.c
parent1423b9d3b8eec56227414417621350ac27af6fd7 (diff)
downloadvim-git-28e4c8d9f0e976dfa05b2ea97cfbe926f88d403c.tar.gz
updated for version 7.0-001v7.0.001
Diffstat (limited to 'src/option.c')
-rw-r--r--src/option.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/option.c b/src/option.c
index 1234bac90..d2b6335cc 100644
--- 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}