From e2edc2ed4a9a229870b1e1811b0ecf045b84e429 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sat, 16 Jan 2021 20:21:23 +0100 Subject: patch 8.2.2366: when using ":sleep" the cursor is always displayed Problem: When using ":sleep" the cursor is always displayed. Solution: Do not display the cursor when using ":sleep!". (Jeremy Lerner, closes #7688) --- src/testdir/Make_all.mak | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/testdir/Make_all.mak') diff --git a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak index 364221fd92..b769499328 100644 --- a/src/testdir/Make_all.mak +++ b/src/testdir/Make_all.mak @@ -246,6 +246,7 @@ NEW_TESTS = \ test_shortpathname \ test_signals \ test_signs \ + test_sleep \ test_smartindent \ test_sort \ test_sound \ @@ -472,6 +473,7 @@ NEW_TESTS_RES = \ test_shortpathname.res \ test_signals.res \ test_signs.res \ + test_sleep.res \ test_smartindent.res \ test_sort.res \ test_sound.res \ -- cgit v1.2.3