changeset 30612:0d1d92dd953b v9.0.0641

patch 9.0.0641: missing part of the new option code Commit: https://github.com/vim/vim/commit/bbbda8fd81f6d720962b67ae885825bad9be4456 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 2 21:46:58 2022 +0100 patch 9.0.0641: missing part of the new option code Problem: Missing part of the new option code. Solution: Add missing WV_SMS.
author Bram Moolenaar <Bram@vim.org>
date Sun, 02 Oct 2022 23:00:03 +0200
parents 621f1de0ecb7
children 74e46c87251a
files src/option.h src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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,