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)
This commit is contained in:
Bram Moolenaar
2021-01-16 20:21:23 +01:00
parent 70250fb4d2
commit e2edc2ed4a
10 changed files with 49 additions and 10 deletions
+2
View File
@@ -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 \