summaryrefslogtreecommitdiffstats
path: root/src/testdir/gen_opt_test.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2022-10-15 16:41:53 +0100
committerBram Moolenaar <Bram@vim.org>2022-10-15 16:41:53 +0100
commitc8b673557390e5cd20bc0a4c2786d0db1d77a24c (patch)
tree4e880543516542d06ecec7d1b8699b0fe8786081 /src/testdir/gen_opt_test.vim
parenta2e4e0fc3b930caf20c4f6d2e70acf5325c3be51 (diff)
patch 9.0.0764: indent and option tests failv9.0.0764
Problem: Indent and option tests fail. Solution: Change OP_INDENT. Add entry to options test table.
Diffstat (limited to 'src/testdir/gen_opt_test.vim')
-rw-r--r--src/testdir/gen_opt_test.vim1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/testdir/gen_opt_test.vim b/src/testdir/gen_opt_test.vim
index e0f3e48535..dd5f73e431 100644
--- 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']],