From 28e4c8d9f0e976dfa05b2ea97cfbe926f88d403c Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Tue, 9 May 2006 16:15:42 +0000
Subject: [PATCH] updated for version 7.0-001

---
 src/option.c  | 2 +-
 src/version.c | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/option.c b/src/option.c
index 1234bac90c..d2b6335cc6 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}
diff --git a/src/version.c b/src/version.c
index 0129009ab4..9d0e4e6693 100644
--- a/src/version.c
+++ b/src/version.c
@@ -666,6 +666,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1,
 /**/
     0
 };
-- 
GitLab