comparison src/version.c @ 5735:50dbef5e774a v7.4.212

updated for version 7.4.212 Problem: Now that the +visual feature is always enabled the #ifdefs for it are not useful. Solution: Remove the checks for FEAT_VISUAL.
author Bram Moolenaar <bram@vim.org>
date Sun, 23 Mar 2014 15:13:05 +0100
parents e90bef2240c8
children e25a04c1c515
comparison
equal deleted inserted replaced
5734:657ade71d395 5735:50dbef5e774a
640 #ifdef FEAT_VIRTUALEDIT 640 #ifdef FEAT_VIRTUALEDIT
641 "+virtualedit", 641 "+virtualedit",
642 #else 642 #else
643 "-virtualedit", 643 "-virtualedit",
644 #endif 644 #endif
645 #ifdef FEAT_VISUAL
646 "+visual", 645 "+visual",
647 # ifdef FEAT_VISUALEXTRA 646 #ifdef FEAT_VISUALEXTRA
648 "+visualextra", 647 "+visualextra",
649 # else 648 #else
650 "-visualextra", 649 "-visualextra",
651 # endif
652 #else
653 "-visual",
654 #endif 650 #endif
655 #ifdef FEAT_VIMINFO 651 #ifdef FEAT_VIMINFO
656 "+viminfo", 652 "+viminfo",
657 #else 653 #else
658 "-viminfo", 654 "-viminfo",
736 NULL 732 NULL
737 }; 733 };
738 734
739 static int included_patches[] = 735 static int included_patches[] =
740 { /* Add new patch number below this line */ 736 { /* Add new patch number below this line */
737 /**/
738 212,
741 /**/ 739 /**/
742 211, 740 211,
743 /**/ 741 /**/
744 210, 742 210,
745 /**/ 743 /**/