]> granicus.if.org Git - vim/commitdiff
patch 8.2.1721: MS-Windows installer doesn't work v8.2.1721
authorBram Moolenaar <Bram@vim.org>
Mon, 21 Sep 2020 19:29:57 +0000 (21:29 +0200)
committerBram Moolenaar <Bram@vim.org>
Mon, 21 Sep 2020 19:29:57 +0000 (21:29 +0200)
Problem:    MS-Windows installer doesn't work.
Solution:   Write "Russian" in ASCII. (closes #6995, see #).

nsis/lang/russian.nsi
src/version.c

index f108867920f48d0753714f1fc1fd7d7f93266059..23458ce4c8356942f1154c580d5e0fc1cfb600d4 100644 (file)
@@ -7,7 +7,7 @@
 # fileencoding : UTF-8
 # Author       : Restorer
 
-!insertmacro MUI_LANGUAGE "Русский"
+!insertmacro MUI_LANGUAGE "Russian"
 
 
 # Overwrite the default translation.
index a5cb6a8815af3126a587cfdeb7c06759001530e1..29199d2cdf04ca7d767be1a038887f66e814b61c 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1721,
 /**/
     1720,
 /**/