diff src/version.c @ 2853:41b17dd07029 v7.3.200

updated for version 7.3.200 Problem: CTRL-D doesn't complete :lang. Solution: Add the missing part of the change. (Dominique Pelle)
author Bram Moolenaar <bram@vim.org>
date Wed, 25 May 2011 12:51:22 +0200
parents c76efe33a3c1
children 78859ef2982b
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    200,
+/**/
     199,
 /**/
     198,