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:
parent
f1f0ff9557
commit
215f49c4d7
@ -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)
|
||||
|
@ -754,6 +754,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
955,
|
||||
/**/
|
||||
954,
|
||||
/**/
|
||||
|
Loading…
x
Reference in New Issue
Block a user