mirror of
https://github.com/vim/vim
synced 2025-07-16 09:12:00 +00:00
patch 8.2.1721: MS-Windows installer doesn't work
Problem: MS-Windows installer doesn't work. Solution: Write "Russian" in ASCII. (closes #6995, see #).
This commit is contained in:
@ -7,7 +7,7 @@
|
|||||||
# fileencoding : UTF-8
|
# fileencoding : UTF-8
|
||||||
# Author : Restorer
|
# Author : Restorer
|
||||||
|
|
||||||
!insertmacro MUI_LANGUAGE "Русский"
|
!insertmacro MUI_LANGUAGE "Russian"
|
||||||
|
|
||||||
|
|
||||||
# Overwrite the default translation.
|
# Overwrite the default translation.
|
||||||
|
@ -750,6 +750,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 */
|
||||||
|
/**/
|
||||||
|
1721,
|
||||||
/**/
|
/**/
|
||||||
1720,
|
1720,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user