comparison src/version.c @ 8281:74b15ed0a259 v7.4.1433

commit https://github.com/vim/vim/commit/85b11769ab507c7df93f319fd964fa579701b76b Author: Bram Moolenaar <Bram@vim.org> Date: Sat Feb 27 18:13:23 2016 +0100 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.
author Christian Brabandt <cb@256bit.org>
date Sat, 27 Feb 2016 18:15:07 +0100
parents 738c2929d6ad
children b8a56d4d83e0
comparison
equal deleted inserted replaced
8280:65bed5ff0ba6 8281:74b15ed0a259
552 #ifdef FEAT_SMARTINDENT 552 #ifdef FEAT_SMARTINDENT
553 "+smartindent", 553 "+smartindent",
554 #else 554 #else
555 "-smartindent", 555 "-smartindent",
556 #endif 556 #endif
557 #ifdef FEAT_SNIFF
558 "+sniff",
559 #else
560 "-sniff",
561 #endif
562 #ifdef STARTUPTIME 557 #ifdef STARTUPTIME
563 "+startuptime", 558 "+startuptime",
564 #else 559 #else
565 "-startuptime", 560 "-startuptime",
566 #endif 561 #endif
746 NULL 741 NULL
747 }; 742 };
748 743
749 static int included_patches[] = 744 static int included_patches[] =
750 { /* Add new patch number below this line */ 745 { /* Add new patch number below this line */
746 /**/
747 1433,
751 /**/ 748 /**/
752 1432, 749 1432,
753 /**/ 750 /**/
754 1431, 751 1431,
755 /**/ 752 /**/