From: Bram Moolenaar Date: Wed, 10 Jun 2020 20:12:04 +0000 (+0200) Subject: patch 8.2.0955: build fails X-Git-Tag: v8.2.0955 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=215f49c4d720367be29f56168f363a0ee9eaf86b;p=thirdparty%2Fvim.git patch 8.2.0955: build fails Problem: Build fails. Solution: Add missing struct change. --- diff --git a/src/structs.h b/src/structs.h index cdadb8315d..700ac543c1 100644 --- a/src/structs.h +++ b/src/structs.h @@ -2423,6 +2423,7 @@ typedef struct { regprog_T *b_cap_prog; // program for 'spellcapcheck' char_u *b_p_spf; // 'spellfile' char_u *b_p_spl; // 'spelllang' + char_u *b_p_spo; // 'spelloptions' int b_cjk; // all CJK letters as OK #endif #if !defined(FEAT_SYN_HL) && !defined(FEAT_SPELL) diff --git a/src/version.c b/src/version.c index 63177cff43..9600f65f85 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 955, /**/ 954, /**/