comparison src/testdir/gen_opt_test.vim @ 30859:e4240d068787 v9.0.0764

patch 9.0.0764: indent and option tests fail Commit: https://github.com/vim/vim/commit/c8b673557390e5cd20bc0a4c2786d0db1d77a24c Author: Bram Moolenaar <Bram@vim.org> Date: Sat Oct 15 16:41:53 2022 +0100 patch 9.0.0764: indent and option tests fail Problem: Indent and option tests fail. Solution: Change OP_INDENT. Add entry to options test table.
author Bram Moolenaar <Bram@vim.org>
date Sat, 15 Oct 2022 17:45:02 +0200
parents f2f35161d75a
children dcde141f2d1e
comparison
equal deleted inserted replaced
30858:15bd708a797d 30859:e4240d068787
112 \ 'iskeyword': [['', '@', '@,48-52'], ['xxx', '@48']], 112 \ 'iskeyword': [['', '@', '@,48-52'], ['xxx', '@48']],
113 \ 'isprint': [['', '@', '@,48-52'], ['xxx', '@48']], 113 \ 'isprint': [['', '@', '@,48-52'], ['xxx', '@48']],
114 \ 'keymap': [['', 'accents'], ['xxx']], 114 \ 'keymap': [['', 'accents'], ['xxx']],
115 \ 'keymodel': [['', 'startsel', 'startsel,stopsel'], ['xxx']], 115 \ 'keymodel': [['', 'startsel', 'startsel,stopsel'], ['xxx']],
116 \ 'langmap': [['', 'xX', 'aA,bB'], ['xxx']], 116 \ 'langmap': [['', 'xX', 'aA,bB'], ['xxx']],
117 \ 'lispoptions': [['', 'expr:0', 'expr:1'], ['xxx']],
117 \ 'listchars': [['', 'eol:x', 'eol:x,space:y'], ['xxx']], 118 \ 'listchars': [['', 'eol:x', 'eol:x,space:y'], ['xxx']],
118 \ 'matchpairs': [['', '(:)', '(:),<:>'], ['xxx']], 119 \ 'matchpairs': [['', '(:)', '(:),<:>'], ['xxx']],
119 \ 'mkspellmem': [['10000,100,12'], ['', 'xxx']], 120 \ 'mkspellmem': [['10000,100,12'], ['', 'xxx']],
120 \ 'mouse': [['', 'a', 'nvi'], ['xxx', 'n,v,i']], 121 \ 'mouse': [['', 'a', 'nvi'], ['xxx', 'n,v,i']],
121 \ 'mousemodel': [['', 'popup'], ['xxx']], 122 \ 'mousemodel': [['', 'popup'], ['xxx']],