commit | c0d670ce16d0e148b7d39ac354571b3d284a0b53 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 21:08:37 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Dec 03 21:08:37 2020 +0100 |
tree | 7d714a047715e24242cb2cd72707bc7fcddf3e50 | |
parent | 0684e36a7ee0743f2889698fb8e0e14f7acae423 [diff] [blame] |
patch 8.2.2085: Qt translation file is recognized as typescript Problem: Qt translation file is recognized as typescript. Solution: Check the first line for "<?xml". (closes #7418)
diff --git a/src/version.c b/src/version.c index f3584c1..096698b 100644 --- a/src/version.c +++ b/src/version.c
@@ -751,6 +751,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2085, +/**/ 2084, /**/ 2083,