Skip to content

Commit 7f9c9c5

Browse files
committedSep 21, 2020
patch 8.2.1721: MS-Windows installer doesn't work
Problem: MS-Windows installer doesn't work. Solution: Write "Russian" in ASCII. (closes vim#6995, see #).
1 parent 078269b commit 7f9c9c5

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed
 

‎nsis/lang/russian.nsi

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# fileencoding : UTF-8
88
# Author : Restorer
99

10-
!insertmacro MUI_LANGUAGE "Русский"
10+
!insertmacro MUI_LANGUAGE "Russian"
1111

1212

1313
# Overwrite the default translation.

‎src/version.c

+2
Original file line numberDiff line numberDiff line change
@@ -750,6 +750,8 @@ static char *(features[]) =
750750

751751
static int included_patches[] =
752752
{ /* Add new patch number below this line */
753+
/**/
754+
1721,
753755
/**/
754756
1720,
755757
/**/

0 commit comments

Comments
 (0)
Please sign in to comment.