diff --git a/src/proto.h b/src/proto.h index 0eafcc4b9e..0c5a71ff64 100644 --- a/src/proto.h +++ b/src/proto.h @@ -68,9 +68,7 @@ extern int _stricoll(char *a, char *b); # include "charset.pro" # include "cmdexpand.pro" # include "cmdhist.pro" -# ifdef FEAT_CSCOPE -# include "if_cscope.pro" -# endif +# include "if_cscope.pro" # include "debugger.pro" # include "dict.pro" # include "diff.pro" diff --git a/src/version.c b/src/version.c index 996c85b9cb..e7fd1cf649 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 */ +/**/ + 1990, /**/ 1989, /**/