comparison src/testdir/gen_opt_test.vim @ 13845:f22db93bd887 v8.0.1794

patch 8.0.1794: duplicate term options after renaming commit https://github.com/vim/vim/commit/b833c1ef7be1ed216a967dd7262473ec97084fa2 Author: Bram Moolenaar <Bram@vim.org> Date: Sat May 5 16:36:06 2018 +0200 patch 8.0.1794: duplicate term options after renaming Problem: Duplicate term options after renaming. Solution: Remove the old names 'termkey', 'termsize' and 'terminalscroll'.
author Christian Brabandt <cb@256bit.org>
date Sat, 05 May 2018 16:45:05 +0200
parents a34b1323286c
children 2ad722003b36
comparison
equal deleted inserted replaced
13844:11e433673c49 13845:f22db93bd887
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 \ 'termencoding': [has('gui_gtk') ? [] : ['', 'utf-8'], ['xxx']],
134 \ 'termsize': [['', '24x80', '0x80', '32x0', '0x0'], ['xxx', '80', '8ax9', '24x80b']],
135 \ 'termwinsize': [['', '24x80', '0x80', '32x0', '0x0'], ['xxx', '80', '8ax9', '24x80b']], 134 \ 'termwinsize': [['', '24x80', '0x80', '32x0', '0x0'], ['xxx', '80', '8ax9', '24x80b']],
136 \ 'toolbar': [['', 'icons', 'text'], ['xxx']], 135 \ 'toolbar': [['', 'icons', 'text'], ['xxx']],
137 \ 'toolbariconsize': [['', 'tiny', 'huge'], ['xxx']], 136 \ 'toolbariconsize': [['', 'tiny', 'huge'], ['xxx']],
138 \ 'ttymouse': [['', 'xterm'], ['xxx']], 137 \ 'ttymouse': [['', 'xterm'], ['xxx']],
139 \ 'ttytype': [[], []], 138 \ 'ttytype': [[], []],