commit | dfd63e30d13fff5603416b6c7e247cebeb003eb0 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 10:11:03 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Jul 21 10:11:03 2016 +0200 |
tree | 35c5e6c3695499467842187e68c4ebd415fb19f6 | |
parent | 60084333816c585d5858bc085b2942f813102ae3 [diff] [blame] |
patch 7.4.2085 Problem: Digraph tests fails on some systems. Solution: Run it separately and set 'encoding' early.
diff --git a/src/version.c b/src/version.c index 167d405..6f9ce5d 100644 --- a/src/version.c +++ b/src/version.c
@@ -759,6 +759,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2085, +/**/ 2084, /**/ 2083,