comparison src/testdir/gen_opt_test.vim @ 32043:6095218c9056 v9.0.1353

patch 9.0.1353: too many "else if" statements to handle option values Commit: https://github.com/vim/vim/commit/6d611de58c8e324491415da8e79c6bd3faa3e848 Author: Yegappan Lakshmanan <yegappan@yahoo.com> Date: Sat Feb 25 11:59:33 2023 +0000 patch 9.0.1353: too many "else if" statements to handle option values Problem: Too many "else if" statements to handle option values. Solution: Add more functions to handle option value changes. (Yegappan Lakshmanan, closes #12058)
author Bram Moolenaar <Bram@vim.org>
date Sat, 25 Feb 2023 13:00:05 +0100
parents bb797331e21b
children 8a3f659c7b5e
comparison
equal deleted inserted replaced
32042:018a6784917e 32043:6095218c9056
102 \ 'formatoptions': [['', 'vt', 'v,t'], ['xxx']], 102 \ 'formatoptions': [['', 'vt', 'v,t'], ['xxx']],
103 \ 'guicursor': [['', 'n:block-Cursor'], ['xxx']], 103 \ 'guicursor': [['', 'n:block-Cursor'], ['xxx']],
104 \ 'guifont': [['', fontname], []], 104 \ 'guifont': [['', fontname], []],
105 \ 'guifontwide': [['', fontname], []], 105 \ 'guifontwide': [['', fontname], []],
106 \ 'guifontset': [['', fontname], []], 106 \ 'guifontset': [['', fontname], []],
107 \ 'guioptions': [['', 'a'], ['Q']],
107 \ 'helplang': [['', 'de', 'de,it'], ['xxx']], 108 \ 'helplang': [['', 'de', 'de,it'], ['xxx']],
108 \ 'highlight': [['', 'e:Error'], ['xxx']], 109 \ 'highlight': [['', 'e:Error'], ['xxx']],
109 \ 'imactivatekey': [['', 'S-space'], ['xxx']], 110 \ 'imactivatekey': [['', 'S-space'], ['xxx']],
110 \ 'isfname': [['', '@', '@,48-52'], ['xxx', '@48']], 111 \ 'isfname': [['', '@', '@,48-52'], ['xxx', '@48']],
111 \ 'isident': [['', '@', '@,48-52'], ['xxx', '@48']], 112 \ 'isident': [['', '@', '@,48-52'], ['xxx', '@48']],