comparison src/testdir/gen_opt_test.vim @ 22756:87accad5a407 v8.2.1926

patch 8.2.1926: cannot use a space in 'spellfile' Commit: https://github.com/vim/vim/commit/b2620202c7778d8c709941fb430eeeeab6e63a6a Author: Bram Moolenaar <Bram@vim.org> Date: Fri Oct 30 19:25:09 2020 +0100 patch 8.2.1926: cannot use a space in 'spellfile' Problem: Cannot use a space in 'spellfile'. (Filipe Brandenburger) Solution: Permit using a space. (closes https://github.com/vim/vim/issues/7230)
author Bram Moolenaar <Bram@vim.org>
date Fri, 30 Oct 2020 19:30:03 +0100
parents f7f2d73ff85e
children ae38d2e81fca
comparison
equal deleted inserted replaced
22755:35d579f90a5c 22756:87accad5a407
128 \ 'renderoptions': [[''], ['xxx']], 128 \ 'renderoptions': [[''], ['xxx']],
129 \ 'selection': [['old', 'inclusive'], ['', 'xxx']], 129 \ 'selection': [['old', 'inclusive'], ['', 'xxx']],
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', '/tmp/dir\ with\ space/en.utf-8.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 \ 'spelloptions': [['', 'camel'], ['xxx']],
136 \ 'spellsuggest': [['', 'best', 'double,33'], ['xxx']], 136 \ 'spellsuggest': [['', 'best', 'double,33'], ['xxx']],
137 \ 'switchbuf': [['', 'useopen', 'split,newtab'], ['xxx']], 137 \ 'switchbuf': [['', 'useopen', 'split,newtab'], ['xxx']],
138 \ 'tagcase': [['smart', 'match'], ['', 'xxx', 'smart,match']], 138 \ 'tagcase': [['smart', 'match'], ['', 'xxx', 'smart,match']],