# HG changeset patch # User Bram Moolenaar # Date 1664744403 -7200 # Node ID 0d1d92dd953bf977322556fed15c81e6e6e75d1c # Parent 621f1de0ecb71c1fee3bdb68f79bfb416665697a patch 9.0.0641: missing part of the new option code Commit: https://github.com/vim/vim/commit/bbbda8fd81f6d720962b67ae885825bad9be4456 Author: Bram Moolenaar 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. diff --git a/src/option.h b/src/option.h --- 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 --- 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,