summaryrefslogtreecommitdiffstats
path: root/src/testdir/Make_all.mak
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2019-05-08 21:59:25 +0200
committerBram Moolenaar <Bram@vim.org>2019-05-08 21:59:25 +0200
commit2f10658b06bbdd8f25c4ff152266c808234cee0a (patch)
tree8227dc063a5f4f258563f74adf09326a7d57dae0 /src/testdir/Make_all.mak
parenta5c6a0b6c71ae11078cbf6f5e18ce49a0468a117 (diff)
patch 8.1.1300: in a terminal 'ballooneval' does not work right awayv8.1.1300
Problem: In a terminal 'ballooneval' does not work right away. Solution: Flush output after drawing the balloon. Add the <Ignore> key code. Add a test.
Diffstat (limited to 'src/testdir/Make_all.mak')
-rw-r--r--src/testdir/Make_all.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
index 2bda742768..6b966e6fe8 100644
--- a/src/testdir/Make_all.mak
+++ b/src/testdir/Make_all.mak
@@ -68,6 +68,7 @@ NEW_TESTS = \
test_autoload \
test_backspace_opt \
test_backup \
+ test_balloon \
test_behave \
test_blob \
test_blockedit \
@@ -294,6 +295,7 @@ NEW_TESTS_RES = \
test_autocmd.res \
test_autoload.res \
test_backspace_opt.res \
+ test_balloon.res \
test_blob.res \
test_blockedit.res \
test_breakindent.res \