mirror of
https://github.com/vim/vim.git
synced 2025-09-29 04:34:16 -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
@@ -622,6 +622,9 @@ EXTERN char_u *p_guifontset; // 'guifontset'
|
||||
EXTERN char_u *p_guifontwide; // 'guifontwide'
|
||||
EXTERN int p_guipty; // 'guipty'
|
||||
#endif
|
||||
#ifdef FEAT_GUI_GTK
|
||||
EXTERN char_u *p_guiligatures; // 'guiligatures'
|
||||
# endif
|
||||
#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_X11)
|
||||
EXTERN long p_ghr; // 'guiheadroom'
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user