From 515545e11f523d14343b1e588dc0b9bd3d362bc2 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 22 Mar 2020 14:08:59 +0100 Subject: patch 8.2.0425: code for modeless selection not sufficiently tested Problem: Code for modeless selection not sufficiently tested. Solution: Add tests. Move mouse code functionality to a common script file. (Yegappan Lakshmanan, closes #5821) --- src/testdir/gen_opt_test.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/testdir/gen_opt_test.vim') diff --git a/src/testdir/gen_opt_test.vim b/src/testdir/gen_opt_test.vim index c3b2325cc..4cb168a8a 100644 --- a/src/testdir/gen_opt_test.vim +++ b/src/testdir/gen_opt_test.vim @@ -73,7 +73,7 @@ let test_values = { \ 'buftype': [['', 'help', 'nofile'], ['xxx', 'help,nofile']], \ 'casemap': [['', 'internal'], ['xxx']], \ 'cedit': [['', '\'], ['xxx', 'f']], - \ 'clipboard': [['', 'unnamed', 'autoselect,unnamed'], ['xxx']], + \ 'clipboard': [['', 'unnamed', 'autoselect,unnamed', 'html', 'exclude:vimdisplay'], ['xxx', '\ze*']], \ 'colorcolumn': [['', '8', '+2'], ['xxx']], \ 'comments': [['', 'b:#'], ['xxx']], \ 'commentstring': [['', '/*%s*/'], ['xxx']], -- cgit v1.2.1