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, /**/