We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f0ff9 commit 215f49cCopy full SHA for 215f49c
2 files changed
src/structs.h
@@ -2423,6 +2423,7 @@ typedef struct {
2423
regprog_T *b_cap_prog; // program for 'spellcapcheck'
2424
char_u *b_p_spf; // 'spellfile'
2425
char_u *b_p_spl; // 'spelllang'
2426
+ char_u *b_p_spo; // 'spelloptions'
2427
int b_cjk; // all CJK letters as OK
2428
#endif
2429
#if !defined(FEAT_SYN_HL) && !defined(FEAT_SPELL)
src/version.c
@@ -754,6 +754,8 @@ static char *(features[]) =
754
755
static int included_patches[] =
756
{ /* Add new patch number below this line */
757
+/**/
758
+ 955,
759
/**/
760
954,
761
0 commit comments