mirror of
https://github.com/vim/vim.git
synced 2025-09-30 04:44:14 -04:00
updated for version 7.1-129
This commit is contained in:
@@ -2378,7 +2378,7 @@ mch_get_user_name(
|
|||||||
char_u *s,
|
char_u *s,
|
||||||
int len)
|
int len)
|
||||||
{
|
{
|
||||||
char szUserName[MAX_COMPUTERNAME_LENGTH + 1];
|
char szUserName[256 + 1]; /* UNLEN is 256 */
|
||||||
DWORD cch = sizeof szUserName;
|
DWORD cch = sizeof szUserName;
|
||||||
|
|
||||||
if (GetUserName(szUserName, &cch))
|
if (GetUserName(szUserName, &cch))
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
129,
|
||||||
/**/
|
/**/
|
||||||
128,
|
128,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user