comparison src/testdir/gen_opt_test.vim @ 13314:65c3e8259124 v8.0.1531

patch 8.0.1531: cannot use 24 bit colors in MS-Windows console commit https://github.com/vim/vim/commit/cafafb381a04e33f3ce9cd15dd9f94b73226831f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 22 21:07:09 2018 +0100 patch 8.0.1531: cannot use 24 bit colors in MS-Windows console Problem: Cannot use 24 bit colors in MS-Windows console. Solution: Add support for vcon. (Nobuhiro Takasaki, Ken Takasaki, fixes #1270, fixes #2060)
author Christian Brabandt <cb@256bit.org>
date Thu, 22 Feb 2018 21:15:05 +0100
parents eae40b455a72
children a34b1323286c
comparison
equal deleted inserted replaced
13313:97fb19f36653 13314:65c3e8259124
127 \ 'spellfile': [['', 'file.en.add'], ['xxx', '/tmp/file']], 127 \ 'spellfile': [['', 'file.en.add'], ['xxx', '/tmp/file']],
128 \ 'spellsuggest': [['', 'best', 'double,33'], ['xxx']], 128 \ 'spellsuggest': [['', 'best', 'double,33'], ['xxx']],
129 \ 'switchbuf': [['', 'useopen', 'split,newtab'], ['xxx']], 129 \ 'switchbuf': [['', 'useopen', 'split,newtab'], ['xxx']],
130 \ 'tagcase': [['smart', 'match'], ['', 'xxx', 'smart,match']], 130 \ 'tagcase': [['smart', 'match'], ['', 'xxx', 'smart,match']],
131 \ 'term': [[], []], 131 \ 'term': [[], []],
132 \ 'termguicolors': [[], []],
132 \ 'termsize': [['', '24x80', '0x80', '32x0', '0x0'], ['xxx', '80', '8ax9', '24x80b']], 133 \ 'termsize': [['', '24x80', '0x80', '32x0', '0x0'], ['xxx', '80', '8ax9', '24x80b']],
133 \ 'termencoding': [has('gui_gtk') ? [] : ['', 'utf-8'], ['xxx']], 134 \ 'termencoding': [has('gui_gtk') ? [] : ['', 'utf-8'], ['xxx']],
134 \ 'toolbar': [['', 'icons', 'text'], ['xxx']], 135 \ 'toolbar': [['', 'icons', 'text'], ['xxx']],
135 \ 'toolbariconsize': [['', 'tiny', 'huge'], ['xxx']], 136 \ 'toolbariconsize': [['', 'tiny', 'huge'], ['xxx']],
136 \ 'ttymouse': [['', 'xterm'], ['xxx']], 137 \ 'ttymouse': [['', 'xterm'], ['xxx']],