0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

patch 7.4.2070

Problem:    Missing change to include file.
Solution:   Include the spell header file.
This commit is contained in:
Bram Moolenaar
2016-07-19 17:01:31 +02:00
parent 9ccfebddc3
commit 6cfdb2a3ba
2 changed files with 4 additions and 0 deletions

View File

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

View File

@@ -2061,6 +2061,8 @@ typedef enum
} assert_type_T; } assert_type_T;
#include "ex_cmds.h" /* Ex command defines */ #include "ex_cmds.h" /* Ex command defines */
#include "spell.h" /* spell checking stuff */
#include "proto.h" /* function prototypes */ #include "proto.h" /* function prototypes */
/* This has to go after the include of proto.h, as proto/gui.pro declares /* This has to go after the include of proto.h, as proto/gui.pro declares