From: Bram Moolenaar Date: Mon, 1 Oct 2007 18:34:34 +0000 (+0000) Subject: updated for version 7.1-129 X-Git-Tag: v7.1.129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=41a090352395e1ba3c5296159f838fdbf0eed429;p=vim updated for version 7.1-129 --- diff --git a/src/os_win32.c b/src/os_win32.c index 1bd3d4aec..960943c94 100644 --- a/src/os_win32.c +++ b/src/os_win32.c @@ -2378,7 +2378,7 @@ mch_get_user_name( char_u *s, int len) { - char szUserName[MAX_COMPUTERNAME_LENGTH + 1]; + char szUserName[256 + 1]; /* UNLEN is 256 */ DWORD cch = sizeof szUserName; if (GetUserName(szUserName, &cch)) diff --git a/src/version.c b/src/version.c index 260611a65..8a04ac278 100644 --- a/src/version.c +++ b/src/version.c @@ -666,6 +666,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 129, /**/ 128, /**/