comparison src/testdir/gen_opt_test.vim @ 19581:848dc460adf0 v8.2.0347

patch 8.2.0347: various code not covered by tests Commit: https://github.com/vim/vim/commit/91ffc8a5f5c7b1c6979b3352a12ed779d11173a9 Author: Bram Moolenaar <Bram@vim.org> Date: Mon Mar 2 20:54:22 2020 +0100 patch 8.2.0347: various code not covered by tests Problem: Various code not covered by tests. Solution: Add more test coverage. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5720)
author Bram Moolenaar <Bram@vim.org>
date Mon, 02 Mar 2020 21:00:04 +0100
parents bf8eb950df61
children 0208534b8a84
comparison
equal deleted inserted replaced
19580:e84b346be7f2 19581:848dc460adf0
148 \ 'vartabstop': [['8', '4,8,16,32'], ['xxx', '-1', '4,-1,20']], 148 \ 'vartabstop': [['8', '4,8,16,32'], ['xxx', '-1', '4,-1,20']],
149 \ 'viewoptions': [['', 'cursor', 'unix,slash'], ['xxx']], 149 \ 'viewoptions': [['', 'cursor', 'unix,slash'], ['xxx']],
150 \ 'viminfo': [['', '''50', '"30'], ['xxx']], 150 \ 'viminfo': [['', '''50', '"30'], ['xxx']],
151 \ 'virtualedit': [['', 'all', 'all,block'], ['xxx']], 151 \ 'virtualedit': [['', 'all', 'all,block'], ['xxx']],
152 \ 'whichwrap': [['', 'b,s', 'bs'], ['xxx']], 152 \ 'whichwrap': [['', 'b,s', 'bs'], ['xxx']],
153 \ 'wildmode': [['', 'full', 'list:full', 'full,longest'], ['xxx']], 153 \ 'wildmode': [['', 'full', 'list:full', 'full,longest'], ['xxx', 'a4', 'full,full,full,full,full']],
154 \ 'wildoptions': [['', 'tagfile'], ['xxx']], 154 \ 'wildoptions': [['', 'tagfile'], ['xxx']],
155 \ 'winaltkeys': [['menu', 'no'], ['', 'xxx']], 155 \ 'winaltkeys': [['menu', 'no'], ['', 'xxx']],
156 \ 156 \
157 \ 'luadll': [[], []], 157 \ 'luadll': [[], []],
158 \ 'perldll': [[], []], 158 \ 'perldll': [[], []],