changeset 9585:1fdd97be3967 v7.4.2070

commit https://github.com/vim/vim/commit/6cfdb2a3bad5a6049de22dcdd1da0f6666478398 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jul 19 17:01:31 2016 +0200 patch 7.4.2070 Problem: Missing change to include file. Solution: Include the spell header file.
author Christian Brabandt <cb@256bit.org>
date Tue, 19 Jul 2016 17:15:05 +0200
parents a28436d83aad
children 6ef05911e376
files src/version.c src/vim.h
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -759,6 +759,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    2070,
+/**/
     2069,
 /**/
     2068,
--- a/src/vim.h
+++ b/src/vim.h
@@ -2061,6 +2061,8 @@ typedef enum
 } assert_type_T;
 
 #include "ex_cmds.h"	    /* Ex command defines */
+#include "spell.h"	    /* spell checking stuff */
+
 #include "proto.h"	    /* function prototypes */
 
 /* This has to go after the include of proto.h, as proto/gui.pro declares