]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.2366: when using ":sleep" the cursor is always displayed v8.2.2366
authorBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2021 19:21:23 +0000 (20:21 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 16 Jan 2021 19:21:23 +0000 (20:21 +0100)
commite2edc2ed4a9a229870b1e1811b0ecf045b84e429
tree52eb7e738360094d273506de9f81427de4ff0913
parent70250fb4d2ffc2e92db224c6374db418f70691fd
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)
runtime/doc/index.txt
runtime/doc/various.txt
src/ex_cmds.h
src/ex_docmd.c
src/normal.c
src/proto/ex_docmd.pro
src/term.c
src/testdir/Make_all.mak
src/testdir/test_sleep.vim [new file with mode: 0644]
src/version.c