comparison src/testdir/Make_all.mak @ 19928:2792f7d5db34 v8.2.0520

patch 8.2.0520: tests are not listed in sorted order Commit: https://github.com/vim/vim/commit/6c307dcd554a1ce14c4279a3c2ede29f972bdb23 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Apr 5 23:04:57 2020 +0200 patch 8.2.0520: tests are not listed in sorted order Problem: Tests are not listed in sorted order. Solution: Move test_ex_mode. (Doug Richardson, closes https://github.com/vim/vim/issues/5889)
author Bram Moolenaar <Bram@vim.org>
date Sun, 05 Apr 2020 23:15:35 +0200
parents d4fa9db88d16
children b471038ec3ea
comparison
equal deleted inserted replaced
19927:473ecb2b52c1 19928:2792f7d5db34
94 test_environ \ 94 test_environ \
95 test_erasebackword \ 95 test_erasebackword \
96 test_escaped_glob \ 96 test_escaped_glob \
97 test_eval_stuff \ 97 test_eval_stuff \
98 test_ex_equal \ 98 test_ex_equal \
99 test_ex_mode \
99 test_ex_undo \ 100 test_ex_undo \
100 test_ex_z \ 101 test_ex_z \
101 test_ex_mode \
102 test_excmd \ 102 test_excmd \
103 test_exec_while_if \ 103 test_exec_while_if \
104 test_execute_func \ 104 test_execute_func \
105 test_exists \ 105 test_exists \
106 test_exists_autocmd \ 106 test_exists_autocmd \