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
+1 -1
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);
}
+2
View File
@@ -666,6 +666,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
101,
/**/
100,
/**/