Mercurial > vim
comparison src/testdir/Make_all.mak @ 29369:b1f345ec827e v9.0.0027
patch 9.0.0027: the command line test is getting quite big
Commit: https://github.com/vim/vim/commit/2d2950198231a31bf87c1cd4322099cc36b0bb93
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jul 2 16:29:34 2022 +0100
patch 9.0.0027: the command line test is getting quite big
Problem: The command line test is getting quite big.
Solution: Move command line window tests to a separate file.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 02 Jul 2022 17:30:02 +0200 |
parents | 398c5b3211f9 |
children | 5da38c4ffe92 |
comparison
equal
deleted
inserted
replaced
29368:8828385b55da | 29369:b1f345ec827e |
---|---|
85 test_cindent \ | 85 test_cindent \ |
86 test_cjk_linebreak \ | 86 test_cjk_linebreak \ |
87 test_clientserver \ | 87 test_clientserver \ |
88 test_close_count \ | 88 test_close_count \ |
89 test_cmdline \ | 89 test_cmdline \ |
90 test_cmdwin \ | |
90 test_command_count \ | 91 test_command_count \ |
91 test_comments \ | 92 test_comments \ |
92 test_comparators \ | 93 test_comparators \ |
93 test_compiler \ | 94 test_compiler \ |
94 test_conceal \ | 95 test_conceal \ |
343 test_cindent.res \ | 344 test_cindent.res \ |
344 test_cjk_linebreak.res \ | 345 test_cjk_linebreak.res \ |
345 test_clientserver.res \ | 346 test_clientserver.res \ |
346 test_close_count.res \ | 347 test_close_count.res \ |
347 test_cmdline.res \ | 348 test_cmdline.res \ |
349 test_cmdwin.res \ | |
348 test_command_count.res \ | 350 test_command_count.res \ |
349 test_comments.res \ | 351 test_comments.res \ |
350 test_comparators.res \ | 352 test_comparators.res \ |
351 test_conceal.res \ | 353 test_conceal.res \ |
352 test_const.res \ | 354 test_const.res \ |