comparison src/testdir/Make_all.mak @ 23648:b7d3c79075c5 v8.2.2366

patch 8.2.2366: when using ":sleep" the cursor is always displayed Commit: https://github.com/vim/vim/commit/e2edc2ed4a9a229870b1e1811b0ecf045b84e429 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jan 16 20:21:23 2021 +0100 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)
author Bram Moolenaar <Bram@vim.org>
date Sat, 16 Jan 2021 20:30:04 +0100
parents f63d14eca5c4
children 5dfee9b1eabe
comparison
equal deleted inserted replaced
23647:6e03d7d78631 23648:b7d3c79075c5
244 test_sha256 \ 244 test_sha256 \
245 test_shift \ 245 test_shift \
246 test_shortpathname \ 246 test_shortpathname \
247 test_signals \ 247 test_signals \
248 test_signs \ 248 test_signs \
249 test_sleep \
249 test_smartindent \ 250 test_smartindent \
250 test_sort \ 251 test_sort \
251 test_sound \ 252 test_sound \
252 test_source \ 253 test_source \
253 test_source_utf8 \ 254 test_source_utf8 \
470 test_search_stat.res \ 471 test_search_stat.res \
471 test_selectmode.res \ 472 test_selectmode.res \
472 test_shortpathname.res \ 473 test_shortpathname.res \
473 test_signals.res \ 474 test_signals.res \
474 test_signs.res \ 475 test_signs.res \
476 test_sleep.res \
475 test_smartindent.res \ 477 test_smartindent.res \
476 test_sort.res \ 478 test_sort.res \
477 test_sound.res \ 479 test_sound.res \
478 test_source.res \ 480 test_source.res \
479 test_spell.res \ 481 test_spell.res \