comparison src/testdir/Make_all.mak @ 19370:02111977dd05 v8.2.0243

patch 8.2.0243: insufficient code coverage for ex_docmd.c functions Commit: https://github.com/vim/vim/commit/9f6277bdde97b7767ded43a0b5a2023eb601b3b7 Author: Bram Moolenaar <Bram@vim.org> Date: Tue Feb 11 22:04:02 2020 +0100 patch 8.2.0243: insufficient code coverage for ex_docmd.c functions Problem: Insufficient code coverage for ex_docmd.c functions. Solution: Add more tests. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/5618)
author Bram Moolenaar <Bram@vim.org>
date Tue, 11 Feb 2020 22:15:04 +0100
parents 9c8b803fe598
children ac3f5096f438
comparison
equal deleted inserted replaced
19369:05c259d4233d 19370:02111977dd05
58 test_balloon_gui \ 58 test_balloon_gui \
59 test_behave \ 59 test_behave \
60 test_blob \ 60 test_blob \
61 test_blockedit \ 61 test_blockedit \
62 test_breakindent \ 62 test_breakindent \
63 test_buffer \
63 test_bufline \ 64 test_bufline \
64 test_bufwintabinfo \ 65 test_bufwintabinfo \
65 test_cd \ 66 test_cd \
66 test_cdo \ 67 test_cdo \
67 test_changedtick \ 68 test_changedtick \
303 test_balloon.res \ 304 test_balloon.res \
304 test_balloon_gui.res \ 305 test_balloon_gui.res \
305 test_blob.res \ 306 test_blob.res \
306 test_blockedit.res \ 307 test_blockedit.res \
307 test_breakindent.res \ 308 test_breakindent.res \
309 test_buffer.res \
308 test_bufline.res \ 310 test_bufline.res \
309 test_bufwintabinfo.res \ 311 test_bufwintabinfo.res \
310 test_cd.res \ 312 test_cd.res \
311 test_cdo.res \ 313 test_cdo.res \
312 test_changedtick.res \ 314 test_changedtick.res \