diff --git a/src/version.c b/src/version.c index 5ff38b44e7..46f977109a 100644 --- a/src/version.c +++ b/src/version.c @@ -757,6 +757,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 3621, /**/ 3620, /**/ diff --git a/src/vim.h b/src/vim.h index f86d68d04f..6c5a1099c3 100644 --- a/src/vim.h +++ b/src/vim.h @@ -431,7 +431,7 @@ typedef unsigned int u8char_T; // int is 32 bits or more #include "ascii.h" #include "keymap.h" -#include "term.h" +#include "termdefs.h" #include "macros.h" #ifdef LATTICE