commit | 4eeedc09fed0cbbb3ba48317e0a01e20cd0b4f80 | [log] [tgz] |
---|---|---|
author | Dusan Popovic <dpx@binaryapparatus.com> | Sat Oct 16 20:52:05 2021 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Oct 16 20:52:05 2021 +0100 |
tree | cac81ddbe09eac705e72e2c3390749cc60a16ae0 | |
parent | c89c91cafd91fbf17f431d800bbf4cafcffffe7a [diff] [blame] |
patch 8.2.3524: GUI: ligatures are not used Problem: GUI: ligatures are not used. Solution: Add the 'guiligatures' option. (Dusan Popovic, closes #8933)
diff --git a/src/optionstr.c b/src/optionstr.c index 06a633b..bced92d 100644 --- a/src/optionstr.c +++ b/src/optionstr.c
@@ -1560,6 +1560,13 @@ 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'