mirror of
https://github.com/vim/vim.git
synced 2025-07-04 23:07:33 -04:00
condition gui_win32 for 'guiligatures'
Signed-off-by: RestorerZ <restorer@mail2k.ru>
This commit is contained in:
parent
b211916e0a
commit
0320fa6c7f
@ -1,7 +1,7 @@
|
|||||||
" These commands create the option window.
|
" These commands create the option window.
|
||||||
"
|
"
|
||||||
" Maintainer: The Vim Project <https://github.com/vim/vim>
|
" Maintainer: The Vim Project <https://github.com/vim/vim>
|
||||||
" Last Change: 2025 Jun 16
|
" Last Change: 2025 Jul 02
|
||||||
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
|
" Former Maintainer: Bram Moolenaar <Bram@vim.org>
|
||||||
|
|
||||||
" If there already is an option window, jump to that one.
|
" If there already is an option window, jump to that one.
|
||||||
@ -684,6 +684,8 @@ if has("gui")
|
|||||||
endif
|
endif
|
||||||
call <SID>AddOption("guiheadroom", gettext("room (in pixels) left above/below the window"))
|
call <SID>AddOption("guiheadroom", gettext("room (in pixels) left above/below the window"))
|
||||||
call append("$", " \tset ghr=" . &ghr)
|
call append("$", " \tset ghr=" . &ghr)
|
||||||
|
endif
|
||||||
|
if has("gui_gtk") || has("gui_win32")
|
||||||
call <SID>AddOption("guiligatures", gettext("list of ASCII characters that can be combined into complex shapes"))
|
call <SID>AddOption("guiligatures", gettext("list of ASCII characters that can be combined into complex shapes"))
|
||||||
call <SID>OptionG("gli", &gli)
|
call <SID>OptionG("gli", &gli)
|
||||||
endif
|
endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user