mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 7.4.2070
Problem: Missing change to include file. Solution: Include the spell header file.
This commit is contained in:
@@ -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,
|
||||||
/**/
|
/**/
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user