comparison src/testdir/gen_opt_test.vim @ 19738:0208534b8a84 v8.2.0425

patch 8.2.0425: code for modeless selection not sufficiently tested Commit: https://github.com/vim/vim/commit/515545e11f523d14343b1e588dc0b9bd3d362bc2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Mar 22 14:08:59 2020 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sun, 22 Mar 2020 14:15:04 +0100
parents 848dc460adf0
children 9a67d41708d2
comparison
equal deleted inserted replaced
19737:5591829276ff 19738:0208534b8a84
71 \ 'browsedir': [['', 'last', '/'], ['xxx']], 71 \ 'browsedir': [['', 'last', '/'], ['xxx']],
72 \ 'bufhidden': [['', 'hide', 'wipe'], ['xxx', 'hide,wipe']], 72 \ 'bufhidden': [['', 'hide', 'wipe'], ['xxx', 'hide,wipe']],
73 \ 'buftype': [['', 'help', 'nofile'], ['xxx', 'help,nofile']], 73 \ 'buftype': [['', 'help', 'nofile'], ['xxx', 'help,nofile']],
74 \ 'casemap': [['', 'internal'], ['xxx']], 74 \ 'casemap': [['', 'internal'], ['xxx']],
75 \ 'cedit': [['', '\<Esc>'], ['xxx', 'f']], 75 \ 'cedit': [['', '\<Esc>'], ['xxx', 'f']],
76 \ 'clipboard': [['', 'unnamed', 'autoselect,unnamed'], ['xxx']], 76 \ 'clipboard': [['', 'unnamed', 'autoselect,unnamed', 'html', 'exclude:vimdisplay'], ['xxx', '\ze*']],
77 \ 'colorcolumn': [['', '8', '+2'], ['xxx']], 77 \ 'colorcolumn': [['', '8', '+2'], ['xxx']],
78 \ 'comments': [['', 'b:#'], ['xxx']], 78 \ 'comments': [['', 'b:#'], ['xxx']],
79 \ 'commentstring': [['', '/*%s*/'], ['xxx']], 79 \ 'commentstring': [['', '/*%s*/'], ['xxx']],
80 \ 'complete': [['', 'w,b'], ['xxx']], 80 \ 'complete': [['', 'w,b'], ['xxx']],
81 \ 'concealcursor': [['', 'n', 'nvic'], ['xxx']], 81 \ 'concealcursor': [['', 'n', 'nvic'], ['xxx']],