diff options
author | Bram Moolenaar <Bram@vim.org> | 2011-05-25 12:51:22 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2011-05-25 12:51:22 +0200 |
commit | a660dc8f303548488f6138a04cb7a33a396d1b08 (patch) | |
tree | 0ed7aec58aed463bc33458c7b6b7b8e586b32d09 /src/version.c | |
parent | 72952de23993ecb8d4223b3d0db6e8c5c42d56e0 (diff) | |
download | vim-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.c | 2 |
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, |