]> granicus.if.org Git - vim/commitdiff
patch 7.4.2070 v7.4.2070
authorBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 15:01:31 +0000 (17:01 +0200)
committerBram Moolenaar <Bram@vim.org>
Tue, 19 Jul 2016 15:01:31 +0000 (17:01 +0200)
Problem:    Missing change to include file.
Solution:   Include the spell header file.

src/version.c
src/vim.h

index 0c68201a5b17afe21db29e01920939f272e76445..d81208256e1cdd78e30c12ba5f0e7b8708b15fb6 100644 (file)
@@ -758,6 +758,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2070,
 /**/
     2069,
 /**/
index ed2ab4abd263cf6ca08d2ea1d153047da2781240..89eb48b67f93c8c827816ff3e5578e1887f66660 100644 (file)
--- 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