Skip to content

Commit 215f49c

Browse files
committed
patch 8.2.0955: build fails
Problem: Build fails. Solution: Add missing struct change.
1 parent f1f0ff9 commit 215f49c

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/structs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2423,6 +2423,7 @@ typedef struct {
24232423
regprog_T *b_cap_prog; // program for 'spellcapcheck'
24242424
char_u *b_p_spf; // 'spellfile'
24252425
char_u *b_p_spl; // 'spelllang'
2426+
char_u *b_p_spo; // 'spelloptions'
24262427
int b_cjk; // all CJK letters as OK
24272428
#endif
24282429
#if !defined(FEAT_SYN_HL) && !defined(FEAT_SPELL)

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -754,6 +754,8 @@ static char *(features[]) =
754754

755755
static int included_patches[] =
756756
{ /* Add new patch number below this line */
757+
/**/
758+
955,
757759
/**/
758760
954,
759761
/**/

0 commit comments

Comments
 (0)