changeset 20806:a0bc9cecda00 v8.2.0955

patch 8.2.0955: build fails Commit: https://github.com/vim/vim/commit/215f49c4d720367be29f56168f363a0ee9eaf86b Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 22:12:04 2020 +0200 patch 8.2.0955: build fails Problem: Build fails. Solution: Add missing struct change.
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 22:15:04 +0200
parents c18241b2966b
children 18442f89dc2b
files src/structs.h src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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)
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    955,
+/**/
     954,
 /**/
     953,