diff options
author | Bram Moolenaar <Bram@vim.org> | 2009-11-03 16:36:44 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2009-11-03 16:36:44 +0000 |
commit | bb6a705451c0a429dc8dba05787880fa2df0288d (patch) | |
tree | 12255a47f08eed001c4aaf5da276c18817cea4e1 /src/version.c | |
parent | 362f3569aeb4806860e50ef5ea633168496e0524 (diff) | |
download | vim-bb6a705451c0a429dc8dba05787880fa2df0288d.zip |
updated for version 7.2-281
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 a4214fc96..e6b9056a8 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 */ /**/ + 281, +/**/ 280, /**/ 279, |