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:
committed by
Bram Moolenaar
parent
c89c91cafd
commit
4eeedc09fe
@@ -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'
|
||||
|
Reference in New Issue
Block a user