commit | 3c19b5050040fb74e4e39048f17dce853fdafc08 | [log] [tgz] |
---|---|---|
author | Dusan Popovic <dpx@binaryapparatus.com> | Sat Nov 20 22:03:30 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Nov 20 22:03:30 2021 +0000 |
tree | 76b85bb13a0fa6cbc9628ca853c035cfe925b7af | |
parent | d604d78e7b2e63d118814d0fa0b4b702ec52aeed [diff] [blame] |
patch 8.2.3635: GTK: composing underline does not show Problem: GTK: composing underline does not show. Solution: Include composing character in pango call. A few more optimizations for ligatures. (Dusan Popovic, closes #9171, closes #9147)
diff --git a/src/version.c b/src/version.c index fbbc961..1efddd8 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3635, +/**/ 3634, /**/ 3633,