mirror of
https://github.com/zoriya/vim.git
synced 2026-05-28 09:08:26 +00:00
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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user