• R/O
  • SSH

vim: Commit

Mirror of the Vim source from https://github.com/vim/vim


Commit MetaInfo

Revisión880ece6b24762edd52b414aa1f005478707a3179 (tree)
Tiempo2007-09-13 22:01:18
Autorvimboss
Commitervimboss

Log Message

updated for version 7.1-101

Cambiar Resumen

Diferencia incremental

diff -r d0cf8c843186 -r 880ece6b2476 src/if_ruby.c
--- a/src/if_ruby.c Thu Sep 06 15:39:22 2007 +0000
+++ b/src/if_ruby.c Thu Sep 13 13:01:18 2007 +0000
@@ -789,7 +789,7 @@
789789 return get_buffer_line(curbuf, curwin->w_cursor.lnum);
790790 }
791791
792-static VALUE set_current_line(VALUE str)
792+static VALUE set_current_line(VALUE self, VALUE str)
793793 {
794794 return set_buffer_line(curbuf, curwin->w_cursor.lnum, str);
795795 }
diff -r d0cf8c843186 -r 880ece6b2476 src/version.c
--- a/src/version.c Thu Sep 06 15:39:22 2007 +0000
+++ b/src/version.c Thu Sep 13 13:01:18 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 101,
671+/**/
670672 100,
671673 /**/
672674 99,
Show on old repository browser