From: Bram Moolenaar Date: Sun, 2 Oct 2022 20:46:58 +0000 (+0100) Subject: patch 9.0.0641: missing part of the new option code X-Git-Tag: v9.0.0641 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbbda8fd81f6d720962b67ae885825bad9be4456;p=thirdparty%2Fvim.git patch 9.0.0641: missing part of the new option code Problem: Missing part of the new option code. Solution: Add missing WV_SMS. --- diff --git a/src/option.h b/src/option.h index 97b7a6c511..3e6f2cb25b 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 758ba49a95..09f4757dcc 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 641, /**/ 640, /**/