commit | 7e2ec008f5c5152205d0b8a7d88177b374225d8d | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 16:31:06 2015 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 08 16:31:06 2015 +0200 |
tree | af484d39ef651a6a72eec4f638bdcc89cdda1718 | |
parent | b58988b832b69b52dfefeca338ea4802d0c4cdca [diff] [blame] |
patch 7.4.855 Problem: GTK: font glitches for combining characters Solution: Use pango_shape_full() instead of pango_shape(). (luchr, PR #393)
diff --git a/src/version.c b/src/version.c index 7f7f0dd..7733d4b 100644 --- a/src/version.c +++ b/src/version.c
@@ -742,6 +742,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 855, +/**/ 854, /**/ 853,