• R/O
  • SSH

vim: コミット

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


コミットメタ情報

リビジョンda1d62fe5379f77a2a165e40bf4bcad0466c60cb (tree)
日時2007-08-11 23:00:30
作者vimboss
コミッターvimboss

ログメッセージ

updated for version 7.1-063

変更サマリ

差分

diff -r 17a83c0532e8 -r da1d62fe5379 src/ex_docmd.c
--- a/src/ex_docmd.c Sat Aug 11 12:32:57 2007 +0000
+++ b/src/ex_docmd.c Sat Aug 11 14:00:30 2007 +0000
@@ -10817,7 +10817,7 @@
1081710817 exarg_T *eap;
1081810818 {
1081910819 char_u *p;
10820- char_u *g;
10820+ char_u *g = NULL;
1082110821 char_u *end;
1082210822 int c;
1082310823 int id;
diff -r 17a83c0532e8 -r da1d62fe5379 src/version.c
--- a/src/version.c Sat Aug 11 12:32:57 2007 +0000
+++ b/src/version.c Sat Aug 11 14:00:30 2007 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 63,
671+/**/
670672 62,
671673 /**/
672674 61,
旧リポジトリブラウザで表示