summaryrefslogtreecommitdiff
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2016-11-17 19:46:51 +0100
committerBram Moolenaar <Bram@vim.org>2016-11-17 19:46:51 +0100
commit6c896867c4f5d759616028ef7cbfce2a9ed32600 (patch)
treed0d57454a16708e207a04f5ed369f7bb2e8fa8c7 /src/testdir/Make_all.mak
parenta859f04b4db651860c07db3587f29906517c552b (diff)
downloadvim-6c896867c4f5d759616028ef7cbfce2a9ed32600.zip
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)
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 1c0c7157e..49d2de024 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -75,7 +75,6 @@ SCRIPTS_ALL = \
test108.out \
test_autocmd_option.out \
test_autoformat_join.out \
- test_breakindent.out \
test_changelist.out \
test_close_count.out \
test_comparators.out \
@@ -141,6 +140,7 @@ NEW_TESTS = test_arglist.res \
test_assert.res \
test_autochdir.res \
test_backspace_opt.res \
+ test_breakindent.res \
test_bufwintabinfo.res \
test_cdo.res \
test_channel.res \