0
0
mirror of https://github.com/vim/vim.git synced 2025-09-29 04:34:16 -04:00

patch 7.4.2056

Problem:    Build fails.
Solution:   Add missing changes.
This commit is contained in:
Bram Moolenaar
2016-07-17 15:06:51 +02:00
parent cd52459c38
commit 1abc52c159
2 changed files with 3 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ extern int _stricoll(char *a, char *b);
# ifdef FEAT_CSCOPE
# include "if_cscope.pro"
# endif
# include "dict.pro"
# include "diff.pro"
# include "digraph.pro"
# include "edit.pro"

View File

@@ -758,6 +758,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
2056,
/**/
2055,
/**/