• R/O
  • SSH

vim: Commit

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


Commit MetaInfo

Revisiona135270b75498b76b5bacbd1e381059283c5e383 (tree)
Zeit2008-01-05 21:59:22
Autorvimboss
Commitervimboss

Log Message

updated for version 7.1-206

Ändern Zusammenfassung

Diff

diff -r 0f3f3090491f -r a135270b7549 src/version.c
--- a/src/version.c Sat Jan 05 12:35:21 2008 +0000
+++ b/src/version.c Sat Jan 05 12:59:22 2008 +0000
@@ -667,6 +667,8 @@
667667 static int included_patches[] =
668668 { /* Add new patch number below this line */
669669 /**/
670+ 206,
671+/**/
670672 205,
671673 /**/
672674 204,
@@ -1587,9 +1589,9 @@
15871589
15881590 if (*mesg == ' ')
15891591 {
1590- vim_strncpy(modby, _("Modified by "), MODBY_LEN - 1);
1592+ vim_strncpy(modby, (char_u *)_("Modified by "), MODBY_LEN - 1);
15911593 l = STRLEN(modby);
1592- vim_strncpy(modby + l, MODIFIED_BY, MODBY_LEN - l - 1);
1594+ vim_strncpy(modby + l, (char_u *)MODIFIED_BY, MODBY_LEN - l - 1);
15931595 mesg = modby;
15941596 }
15951597 #endif
Show on old repository browser