diff src/version.c @ 26232:393ee487cf82 v8.2.3647

patch 8.2.3647: GTK: when using ligatures the cursor is drawn wrong Commit: https://github.com/vim/vim/commit/ce59b9f29244d98e55e3ec6be341c4d521159e8f Author: Dusan Popovic <dpx@binaryapparatus.com> Date: Mon Nov 22 17:18:44 2021 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Mon, 22 Nov 2021 18:30:04 +0100
parents 8b8470b511f5
children 92bad8cd95d5
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -758,6 +758,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    3647,
+/**/
     3646,
 /**/
     3645,