summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2011-05-25 12:51:22 +0200
committerBram Moolenaar <Bram@vim.org>2011-05-25 12:51:22 +0200
commita660dc8f303548488f6138a04cb7a33a396d1b08 (patch)
tree0ed7aec58aed463bc33458c7b6b7b8e586b32d09 /src/version.c
parent72952de23993ecb8d4223b3d0db6e8c5c42d56e0 (diff)
downloadvim-a660dc8f303548488f6138a04cb7a33a396d1b08.zip
updated for version 7.3.200
Problem: CTRL-D doesn't complete :lang. Solution: Add the missing part of the change. (Dominique Pelle)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 0136d6117..14537c6f1 100644
--- 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,