comparison src/testdir/gen_opt_test.vim @ 13742:a34b1323286c v8.0.1743

patch 8.0.1743: terminal window options are named inconsistently commit https://github.com/vim/vim/commit/6d150f783d5d3820fe69734dda1e79b8276a84d2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Apr 21 20:03:20 2018 +0200 patch 8.0.1743: terminal window options are named inconsistently Problem: Terminal window options are named inconsistently. Solution: prefix terminal window options with "termwin". Keep the old names for now as an alias.
author Christian Brabandt <cb@256bit.org>
date Sat, 21 Apr 2018 20:15:07 +0200
parents 65c3e8259124
children f22db93bd887
comparison
equal deleted inserted replaced
13741:ef2ae120f25c 13742:a34b1323286c
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 \ 'termguicolors': [[], []],
133 \ 'termencoding': [has('gui_gtk') ? [] : ['', 'utf-8'], ['xxx']],
133 \ 'termsize': [['', '24x80', '0x80', '32x0', '0x0'], ['xxx', '80', '8ax9', '24x80b']], 134 \ 'termsize': [['', '24x80', '0x80', '32x0', '0x0'], ['xxx', '80', '8ax9', '24x80b']],
134 \ 'termencoding': [has('gui_gtk') ? [] : ['', 'utf-8'], ['xxx']], 135 \ 'termwinsize': [['', '24x80', '0x80', '32x0', '0x0'], ['xxx', '80', '8ax9', '24x80b']],
135 \ 'toolbar': [['', 'icons', 'text'], ['xxx']], 136 \ 'toolbar': [['', 'icons', 'text'], ['xxx']],
136 \ 'toolbariconsize': [['', 'tiny', 'huge'], ['xxx']], 137 \ 'toolbariconsize': [['', 'tiny', 'huge'], ['xxx']],
137 \ 'ttymouse': [['', 'xterm'], ['xxx']], 138 \ 'ttymouse': [['', 'xterm'], ['xxx']],
138 \ 'ttytype': [[], []], 139 \ 'ttytype': [[], []],
139 \ 'viewoptions': [['', 'cursor', 'unix,slash'], ['xxx']], 140 \ 'viewoptions': [['', 'cursor', 'unix,slash'], ['xxx']],