commit | ce59b9f29244d98e55e3ec6be341c4d521159e8f | [log] [tgz] |
---|---|---|
author | Dusan Popovic <dpx@binaryapparatus.com> | Mon Nov 22 17:18:44 2021 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Nov 22 17:18:44 2021 +0000 |
tree | 3ac72880c86f0e3e63eee2d71170ddc2f6d5033e | |
parent | c449271f4efa44725c40116a95b213813040312f [diff] [blame] |
patch 8.2.3647: GTK: when using ligatures the cursor is drawn wrong Problem: GTK: when using ligatures the cursor is drawn wrong. Solution: Clear more characters when ligatures are used. (Dusan Popovic, closes #9190)
diff --git a/src/version.c b/src/version.c index c76ce02..1871c7f 100644 --- a/src/version.c +++ b/src/version.c
@@ -758,6 +758,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3647, +/**/ 3646, /**/ 3645,