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)
diff --git a/src/Makefile b/src/Makefile
index c519a30..7a65677 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -2029,7 +2029,6 @@
test1 \
test_autocmd_option \
test_autoformat_join \
- test_breakindent \
test_changelist \
test_close_count \
test_comparators \
@@ -2064,6 +2063,7 @@
test_autochdir \
test_autocmd \
test_backspace_opt \
+ test_breakindent \
test_bufwintabinfo \
test_cdo \
test_channel \