comparison runtime/doc/options.txt @ 25982:aade8ef975d5 v8.2.3524

patch 8.2.3524: GUI: ligatures are not used Commit: https://github.com/vim/vim/commit/4eeedc09fed0cbbb3ba48317e0a01e20cd0b4f80 Author: Dusan Popovic <dpx@binaryapparatus.com> Date: Sat Oct 16 20:52:05 2021 +0100 patch 8.2.3524: GUI: ligatures are not used Problem: GUI: ligatures are not used. Solution: Add the 'guiligatures' option. (Dusan Popovic, closes https://github.com/vim/vim/issues/8933)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Oct 2021 22:00:05 +0200
parents 40b17deb294f
children ac330e2fecc4
comparison
equal deleted inserted replaced
25981:483b3a06ac68 25982:aade8ef975d5
3788 be used by the window. When positive, the specified number of pixel 3788 be used by the window. When positive, the specified number of pixel
3789 lines will be left for window decorations and other items on the 3789 lines will be left for window decorations and other items on the
3790 screen. Set it to a negative value to allow windows taller than the 3790 screen. Set it to a negative value to allow windows taller than the
3791 screen. 3791 screen.
3792 3792
3793 *'guiligatures'* *'gli'* *E1243*
3794 'guiligatures' 'gli' string (default "")
3795 global
3796 {only for GTK GUI}
3797 List of ASCII characters that, when combined together, can create more
3798 complex shapes. Each character must be a printable ASCII character
3799 with a value in the 32-127 range.
3800 Example: >
3801 :set guiligatures=!\"#$%&()*+-./:<=>?@[]^_{\|~
3802 < Changing this option updates screen output immediately. Set it to an
3803 empty string to disable ligatures.
3804
3793 *'guioptions'* *'go'* 3805 *'guioptions'* *'go'*
3794 'guioptions' 'go' string (default "egmrLtT" (MS-Windows, 3806 'guioptions' 'go' string (default "egmrLtT" (MS-Windows,
3795 "t" is removed in |defaults.vim|), 3807 "t" is removed in |defaults.vim|),
3796 "aegimrLtT" (GTK, Motif and Athena), 3808 "aegimrLtT" (GTK, Motif and Athena),
3797 ) 3809 )