0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.3524: GUI: ligatures are not used

Problem:    GUI: ligatures are not used.
Solution:   Add the 'guiligatures' option. (Dusan Popovic, closes #8933)
This commit is contained in:
Dusan Popovic
2021-10-16 20:52:05 +01:00
committed by Bram Moolenaar
parent c89c91cafd
commit 4eeedc09fe
12 changed files with 239 additions and 14 deletions

View File

@@ -1560,6 +1560,13 @@ ambw_end:
redraw_gui_only = TRUE;
}
#endif
# if defined(FEAT_GUI_GTK)
else if (varp == &p_guiligatures)
{
gui_set_ligatures();
redraw_gui_only = TRUE;
}
# endif
#ifdef CURSOR_SHAPE
// 'guicursor'