diff --git a/src/drawline.c b/src/drawline.c index 51dcfb1bb..a55c06dc9 100644 --- a/src/drawline.c +++ b/src/drawline.c @@ -330,7 +330,7 @@ win_line( #endif #ifdef FEAT_SPELL int has_spell = FALSE; // this buffer has spell checking - int can_spell; + int can_spell = FALSE; # define SPWORDLEN 150 char_u nextline[SPWORDLEN * 2];// text with start of the next line int nextlinecol = 0; // column where nextline[] starts diff --git a/src/version.c b/src/version.c index 0889ac4d0..ccd281a5d 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4470, /**/ 4469, /**/