]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1349: options test fails when using Motif or GTK GUI v8.0.1349
authorBram Moolenaar <Bram@vim.org>
Sun, 26 Nov 2017 22:47:18 +0000 (23:47 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 26 Nov 2017 22:47:18 +0000 (23:47 +0100)
commit17471e84a72b5137a6010a98c4adb780237750db
tree315022c44942fd494b62c2053da381f1cc6e3acb
parentc8c75796a60e89210cc470f1b3864546fd4f319a
patch 8.0.1349: options test fails when using Motif or GTK GUI

Problem:    Options test fails when using Motif or GTK GUI.
Solution:   Use "fixed" instead of "fixedsys" for Unix. Don't try "xxx" for
            guifonteset.  Don't set 'termencoding' to anything but "utf-8" for
            GTK.  Give an error if 'termencoding' can't be converted.
src/option.c
src/testdir/gen_opt_test.vim
src/version.c