comparison src/testdir/gen_opt_test.vim @ 20802:ed00f0fbdaef v8.2.0953

patch 8.2.0953: spell checking doesn't work for CamelCased words Commit: https://github.com/vim/vim/commit/362b44bd4aa87a2aef0f8fd5a28d68dd09a7d909 Author: Bram Moolenaar <Bram@vim.org> Date: Wed Jun 10 21:47:00 2020 +0200 patch 8.2.0953: spell checking doesn't work for CamelCased words Problem: Spell checking doesn't work for CamelCased words. Solution: Add the "camel" value in the new option 'spelloptions'. (closes #1235)
author Bram Moolenaar <Bram@vim.org>
date Wed, 10 Jun 2020 22:00:04 +0200
parents 9a67d41708d2
children 595ea7f099cd
comparison
equal deleted inserted replaced
20801:f69512e0cedc 20802:ed00f0fbdaef
130 \ 'selectmode': [['', 'mouse', 'key,cmd'], ['xxx']], 130 \ 'selectmode': [['', 'mouse', 'key,cmd'], ['xxx']],
131 \ 'sessionoptions': [['', 'blank', 'help,options,slash'], ['xxx']], 131 \ 'sessionoptions': [['', 'blank', 'help,options,slash'], ['xxx']],
132 \ 'signcolumn': [['', 'auto', 'no'], ['xxx', 'no,yes']], 132 \ 'signcolumn': [['', 'auto', 'no'], ['xxx', 'no,yes']],
133 \ 'spellfile': [['', 'file.en.add'], ['xxx', '/tmp/file']], 133 \ 'spellfile': [['', 'file.en.add'], ['xxx', '/tmp/file']],
134 \ 'spelllang': [['', 'xxx', 'sr@latin'], ['not&lang', "that\\\rthere"]], 134 \ 'spelllang': [['', 'xxx', 'sr@latin'], ['not&lang', "that\\\rthere"]],
135 \ 'spelloptions': [['', 'camel'], ['xxx']],
135 \ 'spellsuggest': [['', 'best', 'double,33'], ['xxx']], 136 \ 'spellsuggest': [['', 'best', 'double,33'], ['xxx']],
136 \ 'switchbuf': [['', 'useopen', 'split,newtab'], ['xxx']], 137 \ 'switchbuf': [['', 'useopen', 'split,newtab'], ['xxx']],
137 \ 'tagcase': [['smart', 'match'], ['', 'xxx', 'smart,match']], 138 \ 'tagcase': [['smart', 'match'], ['', 'xxx', 'smart,match']],
138 \ 'term': [[], []], 139 \ 'term': [[], []],
139 \ 'termguicolors': [[], []], 140 \ 'termguicolors': [[], []],