commit | 886ed691d26dd0253608eee174fecc24130e4de7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 13:41:35 2013 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Feb 26 13:41:35 2013 +0100 |
tree | 65a521a140a2e455f693912c3793225ee3c793eb | |
parent | 40cf4b44ed6c7fae7d35b0652911cf7c97d9f2a2 [diff] [blame] |
updated for version 7.3.834 Problem: Ruby 2.0 has a few API changes. Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto)
diff --git a/src/version.c b/src/version.c index 3ab8548..309732a 100644 --- a/src/version.c +++ b/src/version.c
@@ -729,6 +729,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 834, +/**/ 833, /**/ 832,