diff options
author | Bram Moolenaar <Bram@vim.org> | 2007-03-25 15:49:08 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2007-03-25 15:49:08 +0000 |
commit | 4940e3f2c300428bac27fc4bef24c0f8e4a64648 (patch) | |
tree | f1d73099269f9265953ed82c77e92c6d9f50f18c /src/version.c | |
parent | 867a4b7630a0a35559611661d87689640ed39b80 (diff) | |
download | vim-4940e3f2c300428bac27fc4bef24c0f8e4a64648.zip |
updated for version 7.0-220
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 d58ae293b..e223c49e8 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 */ /**/ + 220, +/**/ 219, /**/ 218, |