comparison src/testdir/Make_all.mak @ 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 8514e8b7e661
children d4fa9db88d16
comparison
equal deleted inserted replaced
19737:5591829276ff 19738:0208534b8a84
178 test_menu \ 178 test_menu \
179 test_messages \ 179 test_messages \
180 test_method \ 180 test_method \
181 test_mksession \ 181 test_mksession \
182 test_mksession_utf8 \ 182 test_mksession_utf8 \
183 test_modeless \
183 test_modeline \ 184 test_modeline \
184 test_move \ 185 test_move \
185 test_nested_function \ 186 test_nested_function \
186 test_netbeans \ 187 test_netbeans \
187 test_normal \ 188 test_normal \
220 test_scroll_opt \ 221 test_scroll_opt \
221 test_scrollbind \ 222 test_scrollbind \
222 test_search \ 223 test_search \
223 test_search_stat \ 224 test_search_stat \
224 test_searchpos \ 225 test_searchpos \
226 test_selectmode \
225 test_set \ 227 test_set \
226 test_sha256 \ 228 test_sha256 \
227 test_shift \ 229 test_shift \
228 test_shortpathname \ 230 test_shortpathname \
229 test_signals \ 231 test_signals \
404 test_memory_usage.res \ 406 test_memory_usage.res \
405 test_menu.res \ 407 test_menu.res \
406 test_messages.res \ 408 test_messages.res \
407 test_method.res \ 409 test_method.res \
408 test_mksession.res \ 410 test_mksession.res \
411 test_modeless.res \
409 test_modeline.res \ 412 test_modeline.res \
410 test_nested_function.res \ 413 test_nested_function.res \
411 test_netbeans.res \ 414 test_netbeans.res \
412 test_normal.res \ 415 test_normal.res \
413 test_number.res \ 416 test_number.res \
438 test_ruby.res \ 441 test_ruby.res \
439 test_scriptnames.res \ 442 test_scriptnames.res \
440 test_scrollbind.res \ 443 test_scrollbind.res \
441 test_search.res \ 444 test_search.res \
442 test_search_stat.res \ 445 test_search_stat.res \
446 test_selectmode.res \
443 test_shortpathname.res \ 447 test_shortpathname.res \
444 test_signals.res \ 448 test_signals.res \
445 test_signs.res \ 449 test_signs.res \
446 test_smartindent.res \ 450 test_smartindent.res \
447 test_sort.res \ 451 test_sort.res \