diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-01-28 18:09:38 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-01-28 18:09:38 +0000 |
commit | 7b76b0a0e923a14fdce0e350fb936a7784209b82 (patch) | |
tree | 87381b023503aec19f4643759c844e4ac67d534f /src/version.c | |
parent | db867d50ba39ea7cf6e644971bb321053a828605 (diff) | |
download | vim-7b76b0a0e923a14fdce0e350fb936a7784209b82.zip |
updated for version 7.2-092
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 7c2e51bd7..ad17ab62e 100644 --- a/src/version.c +++ b/src/version.c @@ -677,6 +677,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 92, +/**/ 91, /**/ 90, |