commit | 9ccaae04c6f263e6db14fc403bca2404a7871114 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat May 07 18:36:48 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sat May 07 18:36:48 2016 +0200 |
tree | 030c467a8ebb3949d6723700caf46990ad8bc7ef | |
parent | 827b165b2aebad2cfe98cc6d5804c6c0fe8afd89 [diff] [blame] |
patch 7.4.1820 Problem: Removing language from help tags too often. Solution: Only remove @en when not needed. (Hirohito Higashi)
diff --git a/src/version.c b/src/version.c index 0191775..4dafb84 100644 --- a/src/version.c +++ b/src/version.c
@@ -754,6 +754,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1820, +/**/ 1819, /**/ 1818,