diff --git a/src/option.h b/src/option.h index 91faabeeb0..e2e65a0cd8 100644 --- a/src/option.h +++ b/src/option.h @@ -857,7 +857,7 @@ EXTERN long p_verbose; /* 'verbose' */ #ifdef IN_OPTION_C char_u *p_vfile = (char_u *)""; /* used before options are initialized */ #else -EXTERN char_u *p_vfile; /* 'verbosefile' */ +extern char_u *p_vfile; /* 'verbosefile' */ #endif EXTERN int p_warn; /* 'warn' */ #ifdef FEAT_CMDL_COMPL diff --git a/src/version.c b/src/version.c index d6e5876e2f..962aa5cf52 100644 --- a/src/version.c +++ b/src/version.c @@ -714,6 +714,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 119, /**/ 118, /**/