comparison 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
comparison
equal deleted inserted replaced
26231:60411d698365 26232:393ee487cf82
755 NULL 755 NULL
756 }; 756 };
757 757
758 static int included_patches[] = 758 static int included_patches[] =
759 { /* Add new patch number below this line */ 759 { /* Add new patch number below this line */
760 /**/
761 3647,
760 /**/ 762 /**/
761 3646, 763 3646,
762 /**/ 764 /**/
763 3645, 765 3645,
764 /**/ 766 /**/