]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.0.1373: no error when settting 'renderoptions' before starting GUI v8.0.1373
authorBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2017 15:57:56 +0000 (16:57 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 5 Dec 2017 15:57:56 +0000 (16:57 +0100)
commit3767c6e9ee1bd585a2afba7e932854b24d194a2d
tree15551fa5d9477a811d2b85015555f4e532113360
parentac112f01a6930c9d15cf0360b657373699916bfd
patch 8.0.1373: no error when settting 'renderoptions' before starting GUI

Problem:    No error when settting 'renderoptions' to an invalid value before
            starting the GUI.
Solution:   Always check the value. (Ken Takata, closes #2413)
src/gui_w32.c
src/option.c
src/version.c