]> granicus.if.org Git - vim/commitdiff
patch 8.2.0955: build fails v8.2.0955
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 20:12:04 +0000 (22:12 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 20:12:04 +0000 (22:12 +0200)
Problem:    Build fails.
Solution:   Add missing struct change.

src/structs.h
src/version.c

index cdadb8315dc38ea0c50c683e08e289419e75ff26..700ac543c11121c9eff9cc0ef6a11496df332169 100644 (file)
@@ -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)
index 63177cff43fb266840a3f9f4998e59132d6c3329..9600f65f8566181ef89faf95f2e5593fb8b01dac 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    955,
 /**/
     954,
 /**/