commit | 389ab7122bec99c11ad4ce6d87cc6f38a21e4e40 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Nov 05 20:25:52 2018 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 05 20:25:52 2018 +0100 |
tree | fe54e4766e9d306d80713345412a9bb5bd68d699 | |
parent | 9e353b5265bd7fa103caf4e5a9b3c99f344f548e [diff] [blame] |
patch 8.1.0512: 'helplang' default is inconsistent for C and C.UTF-8 Problem: 'helplang' default is inconsistent for C and C.UTF-8. Solution: Don't accept a value unless it starts with two letters.
diff --git a/src/version.c b/src/version.c index 8440ce9..3639702 100644 --- a/src/version.c +++ b/src/version.c
@@ -793,6 +793,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 512, +/**/ 511, /**/ 510,