diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-03-27 08:19:43 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-03-27 08:19:43 +0000 |
commit | 5b6b1cae34a9e997bf185c269ba9e6be5b420008 (patch) | |
tree | cbdfdd983d5c79252ff5c3f6beb7b0ec6143e323 /src/version.c | |
parent | 4940e3f2c300428bac27fc4bef24c0f8e4a64648 (diff) | |
download | vim-git-5b6b1cae34a9e997bf185c269ba9e6be5b420008.tar.gz |
updated for version 7.0-221v7.0.221
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 e223c49e8..dd8741dbd 100644 --- a/src/version.c +++ b/src/version.c @@ -667,6 +667,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 221, +/**/ 220, /**/ 219, |