summaryrefslogtreecommitdiffstats
path: root/src/if_ruby.c
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 /src/if_ruby.c
parent02b063139b8aefdf0a958aec9fd221c920aea724 (diff)
updated for version 7.1-101v7.1.101
Diffstat (limited to 'src/if_ruby.c')
-rw-r--r--src/if_ruby.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/if_ruby.c b/src/if_ruby.c
index 8dd6064211..74de2f0666 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);
}