patch 7.4.1433
Problem: The Sniff interface is no longer useful, the tool has not been
available for may years.
Solution: Delete the Sniff interface and related code.
diff --git a/src/version.c b/src/version.c
index 5ae9179..480fd8a 100644
--- a/src/version.c
+++ b/src/version.c
@@ -554,11 +554,6 @@
#else
"-smartindent",
#endif
-#ifdef FEAT_SNIFF
- "+sniff",
-#else
- "-sniff",
-#endif
#ifdef STARTUPTIME
"+startuptime",
#else
@@ -749,6 +744,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1433,
+/**/
1432,
/**/
1431,