comparison src/testdir/Make_all.mak @ 10392:957a1d560bda v8.0.0090

commit https://github.com/vim/vim/commit/6c896867c4f5d759616028ef7cbfce2a9ed32600 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Nov 17 19:46:51 2016 +0100 patch 8.0.0090 Problem: Test_help_complete sometimes fails in MS-Windows console. Solution: Use getcompletion() instead of feedkeys() and command line completion. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Thu, 17 Nov 2016 20:00:05 +0100
parents b59df2194b01
children cb856404d060
comparison
equal deleted inserted replaced
10391:96914823339a 10392:957a1d560bda
73 test104.out \ 73 test104.out \
74 test107.out \ 74 test107.out \
75 test108.out \ 75 test108.out \
76 test_autocmd_option.out \ 76 test_autocmd_option.out \
77 test_autoformat_join.out \ 77 test_autoformat_join.out \
78 test_breakindent.out \
79 test_changelist.out \ 78 test_changelist.out \
80 test_close_count.out \ 79 test_close_count.out \
81 test_comparators.out \ 80 test_comparators.out \
82 test_erasebackword.out \ 81 test_erasebackword.out \
83 test_eval.out \ 82 test_eval.out \
139 # Keep test_alot*.res as the last one, sort the others. 138 # Keep test_alot*.res as the last one, sort the others.
140 NEW_TESTS = test_arglist.res \ 139 NEW_TESTS = test_arglist.res \
141 test_assert.res \ 140 test_assert.res \
142 test_autochdir.res \ 141 test_autochdir.res \
143 test_backspace_opt.res \ 142 test_backspace_opt.res \
143 test_breakindent.res \
144 test_bufwintabinfo.res \ 144 test_bufwintabinfo.res \
145 test_cdo.res \ 145 test_cdo.res \
146 test_channel.res \ 146 test_channel.res \
147 test_charsearch.res \ 147 test_charsearch.res \
148 test_cmdline.res \ 148 test_cmdline.res \