commit | 60ebd524cf7a27c936cb34395cda9a7cc23abeae | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Thu Mar 21 20:50:12 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Thu Mar 21 20:50:12 2019 +0100 |
tree | fc8dec9a86c41b0d9d1b2d4102df9decab59c132 | |
parent | 9029b918f902c01e8f46441155ec2f01690929f9 [diff] [blame] |
patch 8.1.1029: DirectWrite doesn't take 'linespace' into account Problem: DirectWrite doesn't take 'linespace' into account. Solution: Include 'linespace' in the position. (Ken Takata, closes #4137)
diff --git a/src/version.c b/src/version.c index cebd920..5cca930 100644 --- a/src/version.c +++ b/src/version.c
@@ -780,6 +780,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1029, +/**/ 1028, /**/ 1027,