]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.3524: GUI: ligatures are not used v8.2.3524
authorDusan Popovic <dpx@binaryapparatus.com>
Sat, 16 Oct 2021 19:52:05 +0000 (20:52 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Oct 2021 19:52:05 +0000 (20:52 +0100)
commit4eeedc09fed0cbbb3ba48317e0a01e20cd0b4f80
treecac81ddbe09eac705e72e2c3390749cc60a16ae0
parentc89c91cafd91fbf17f431d800bbf4cafcffffe7a
patch 8.2.3524: GUI: ligatures are not used

Problem:    GUI: ligatures are not used.
Solution:   Add the 'guiligatures' option. (Dusan Popovic, closes #8933)
12 files changed:
runtime/doc/options.txt
src/errors.h
src/gui.c
src/gui.h
src/gui_gtk_x11.c
src/option.h
src/optiondefs.h
src/optionstr.c
src/proto/gui.pro
src/proto/gui_gtk_x11.pro
src/testdir/test_gui.vim
src/version.c