diff 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
line wrap: on
line diff
--- a/src/testdir/gen_opt_test.vim
+++ b/src/testdir/gen_opt_test.vim
@@ -114,6 +114,7 @@ let test_values = {
       \ 'keymap': [['', 'accents'], ['xxx']],
       \ 'keymodel': [['', 'startsel', 'startsel,stopsel'], ['xxx']],
       \ 'langmap': [['', 'xX', 'aA,bB'], ['xxx']],
+      \ 'lispoptions': [['', 'expr:0', 'expr:1'], ['xxx']],
       \ 'listchars': [['', 'eol:x', 'eol:x,space:y'], ['xxx']],
       \ 'matchpairs': [['', '(:)', '(:),<:>'], ['xxx']],
       \ 'mkspellmem': [['10000,100,12'], ['', 'xxx']],