summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/version.c b/src/version.c
index 5ae9179d5..480fd8a7a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -554,11 +554,6 @@ static char *(features[]) =
#else
"-smartindent",
#endif
-#ifdef FEAT_SNIFF
- "+sniff",
-#else
- "-sniff",
-#endif
#ifdef STARTUPTIME
"+startuptime",
#else
@@ -749,6 +744,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1433,
+/**/
1432,
/**/
1431,