summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-02 21:46:58 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-02 21:46:58 +0100
commitbbbda8fd81f6d720962b67ae885825bad9be4456 (patch)
tree76535a43848e44207a9a307309eba92f02d586fe
parentf6196f424474e2a9c160f2a995fc2691f82b58f9 (diff)
downloadvim-git-bbbda8fd81f6d720962b67ae885825bad9be4456.tar.gz
patch 9.0.0641: missing part of the new option codev9.0.0641
Problem: Missing part of the new option code. Solution: Add missing WV_SMS.
-rw-r--r--src/option.h1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/option.h b/src/option.h
index 97b7a6c51..3e6f2cb25 100644
--- a/src/option.h
+++ b/src/option.h
@@ -1276,6 +1276,7 @@ enum
#endif
, WV_SCBIND
, WV_SCROLL
+ , WV_SMS
, WV_SISO
, WV_SO
#ifdef FEAT_SPELL
diff --git a/src/version.c b/src/version.c
index 758ba49a9..09f4757dc 100644
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 641,
+/**/
640,
/**/
639,