summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-09-13 13:01:18 +0000
committerBram Moolenaar <Bram@vim.org>2007-09-13 13:01:18 +0000
commit9539934ee2348f3eecac580b0e8c235d8b6f826e (patch)
tree93979405cbe68a21282e2e93b3121cf8e63276ef
parent02b063139b8aefdf0a958aec9fd221c920aea724 (diff)
downloadvim-git-9539934ee2348f3eecac580b0e8c235d8b6f826e.tar.gz
updated for version 7.1-101v7.1.101
-rw-r--r--src/if_ruby.c2
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/src/if_ruby.c b/src/if_ruby.c
index 8dd606421..74de2f066 100644
--- a/src/if_ruby.c
+++ b/src/if_ruby.c
@@ -789,7 +789,7 @@ static VALUE line_s_current()
return get_buffer_line(curbuf, curwin->w_cursor.lnum);
}
-static VALUE set_current_line(VALUE str)
+static VALUE set_current_line(VALUE self, VALUE str)
{
return set_buffer_line(curbuf, curwin->w_cursor.lnum, str);
}
diff --git a/src/version.c b/src/version.c
index 761bff65c..0036d4ef4 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 */
/**/
+ 101,
+/**/
100,
/**/
99,