commit | 9539934ee2348f3eecac580b0e8c235d8b6f826e | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 13:01:18 2007 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Sep 13 13:01:18 2007 +0000 |
tree | 93979405cbe68a21282e2e93b3121cf8e63276ef | |
parent | 02b063139b8aefdf0a958aec9fd221c920aea724 [diff] [blame] |
updated for version 7.1-101
diff --git a/src/if_ruby.c b/src/if_ruby.c index 8dd6064..74de2f0 100644 --- a/src/if_ruby.c +++ b/src/if_ruby.c
@@ -789,7 +789,7 @@ 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); }