comparison src/version.c @ 26207:c3b046ce88fd v8.2.3635

patch 8.2.3635: GTK: composing underline does not show Commit: https://github.com/vim/vim/commit/3c19b5050040fb74e4e39048f17dce853fdafc08 Author: Dusan Popovic <dpx@binaryapparatus.com> Date: Sat Nov 20 22:03:30 2021 +0000 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 20 Nov 2021 23:15:03 +0100
parents 9e5e331828da
children 2dd449b9c1c7
comparison
equal deleted inserted replaced
26206:851db50bd99b 26207:c3b046ce88fd
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 3635,
760 /**/ 762 /**/
761 3634, 763 3634,
762 /**/ 764 /**/
763 3633, 765 3633,
764 /**/ 766 /**/