changeset 22345:82192df9f18f v8.2.1721

patch 8.2.1721: MS-Windows installer doesn't work Commit: https://github.com/vim/vim/commit/7f9c9c51a3680f120e1c3f2bb7239c9fa115b27f Author: Bram Moolenaar <Bram@vim.org> Date: Mon Sep 21 21:29:57 2020 +0200 patch 8.2.1721: MS-Windows installer doesn't work Problem: MS-Windows installer doesn't work. Solution: Write "Russian" in ASCII. (closes https://github.com/vim/vim/issues/6995, see #).
author Bram Moolenaar <Bram@vim.org>
date Mon, 21 Sep 2020 21:45:03 +0200
parents c5eda98d3a9b
children a395dbac89f7
files nsis/lang/russian.nsi src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/nsis/lang/russian.nsi
+++ b/nsis/lang/russian.nsi
@@ -7,7 +7,7 @@
 # fileencoding : UTF-8
 # Author       : Restorer
 
-!insertmacro MUI_LANGUAGE "Русский"
+!insertmacro MUI_LANGUAGE "Russian"
 
 
 # Overwrite the default translation.
--- a/src/version.c
+++ b/src/version.c
@@ -751,6 +751,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1721,
+/**/
     1720,
 /**/
     1719,