commit | 16350cb97914bc86320185a9910b23c2b297d273 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 20:27:34 2016 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Aug 14 20:27:34 2016 +0200 |
tree | 20954cc9ad1f7407ede053a3db7ecd1618726ec9 | |
parent | 58b853460add42098ab08017df9e030fb14fd34b [diff] [blame] |
patch 7.4.2214 Problem: A font that uses ligatures messes up the screen display. Solution: Put spaces between characters when building the glyph table. (based on a patch from Manuel Schiller)
diff --git a/src/version.c b/src/version.c index d618748..e15fd97 100644 --- a/src/version.c +++ b/src/version.c
@@ -764,6 +764,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 2214, +/**/ 2213, /**/ 2212,