commit | 7f9c9c51a3680f120e1c3f2bb7239c9fa115b27f | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Sep 21 21:29:57 2020 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Sep 21 21:29:57 2020 +0200 |
tree | 1363334b65156b990eb1602efda92805e49ae500 | |
parent | 078269bdce7e75d5693c7313d92a229786bb95ee [diff] |
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 #).
diff --git a/src/version.c b/src/version.c index a5cb6a8..29199d2 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1721, +/**/ 1720, /**/ 1719,