diff options
author | Bram Moolenaar <Bram@vim.org> | 2021-01-16 20:21:23 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2021-01-16 20:21:23 +0100 |
commit | e2edc2ed4a9a229870b1e1811b0ecf045b84e429 (patch) | |
tree | 52eb7e738360094d273506de9f81427de4ff0913 /runtime/doc/index.txt | |
parent | 70250fb4d2ffc2e92db224c6374db418f70691fd (diff) | |
download | vim-git-e2edc2ed4a9a229870b1e1811b0ecf045b84e429.tar.gz |
patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366
Problem: When using ":sleep" the cursor is always displayed.
Solution: Do not display the cursor when using ":sleep!". (Jeremy Lerner,
closes #7688)
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 91d22de74..aec4ca04a 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1590,6 +1590,8 @@ tag command action ~ |:sign| :sig[n] manipulate signs |:silent| :sil[ent] run a command silently |:sleep| :sl[eep] do nothing for a few seconds +|:sleep!| :sl[eep]! do nothing for a few seconds, without the + cursor visible |:slast| :sla[st] split window and go to last file in the argument list |:smagic| :sm[agic] :substitute with 'magic' |