0
0
mirror of https://github.com/vim/vim.git synced 2025-09-04 21:33:48 -04:00

patch 8.2.0955: build fails

Problem:    Build fails.
Solution:   Add missing struct change.
This commit is contained in:
Bram Moolenaar 2020-06-10 22:12:04 +02:00
parent f1f0ff9557
commit 215f49c4d7
2 changed files with 3 additions and 0 deletions

View 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)

View File

@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
955,
/**/
954,
/**/