diff src/version.c @ 5710:0559091e6f09 v7.4.200

updated for version 7.4.200 Problem: Too many #ifdefs in the code. Solution: Enable FEAT_VISUAL always, await any complaints
author Bram Moolenaar <bram@vim.org>
date Wed, 12 Mar 2014 17:56:48 +0100
parents 54b1a90c9373
children 06e5f65c34d8
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -739,6 +739,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    200,
+/**/
     199,
 /**/
     198,