diff --git a/src/version.c b/src/version.c index 0c68201a5b..d81208256e 100644 --- a/src/version.c +++ b/src/version.c @@ -758,6 +758,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 2070, /**/ 2069, /**/ diff --git a/src/vim.h b/src/vim.h index ed2ab4abd2..89eb48b67f 100644 --- 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