summaryrefslogtreecommitdiff
path: root/src/version.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2013-02-26 13:41:35 +0100
committerBram Moolenaar <Bram@vim.org>2013-02-26 13:41:35 +0100
commit886ed691d26dd0253608eee174fecc24130e4de7 (patch)
tree65a521a140a2e455f693912c3793225ee3c793eb /src/version.c
parent40cf4b44ed6c7fae7d35b0652911cf7c97d9f2a2 (diff)
downloadvim-886ed691d26dd0253608eee174fecc24130e4de7.zip
updated for version 7.3.834
Problem: Ruby 2.0 has a few API changes. Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto)
Diffstat (limited to 'src/version.c')
-rw-r--r--src/version.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/version.c b/src/version.c
index 3ab854834..309732afb 100644
--- a/src/version.c
+++ b/src/version.c
@@ -729,6 +729,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 834,
+/**/
833,
/**/
832,