]> granicus.if.org Git - vim/commitdiff
patch 9.0.0641: missing part of the new option code v9.0.0641
authorBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2022 20:46:58 +0000 (21:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 2 Oct 2022 20:46:58 +0000 (21:46 +0100)
Problem:    Missing part of the new option code.
Solution:   Add missing WV_SMS.

src/option.h
src/version.c

index 97b7a6c51196fc19b9e4582dfa88d5eb450ee0d1..3e6f2cb25b378221c0a0689b125b9517043efa80 100644 (file)
@@ -1276,6 +1276,7 @@ enum
 #endif
     , WV_SCBIND
     , WV_SCROLL
+    , WV_SMS
     , WV_SISO
     , WV_SO
 #ifdef FEAT_SPELL
index 758ba49a95eee2c59804d91eea5bd53b5852e539..09f4757dcc7070532cd2b2ce2800bb0f5ab8e82b 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    641,
 /**/
     640,
 /**/