0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1-101

This commit is contained in:
Bram Moolenaar
2007-09-13 13:01:18 +00:00
parent 02b063139b
commit 9539934ee2
2 changed files with 3 additions and 1 deletions

View File

@@ -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);
}