summaryrefslogtreecommitdiffstats
path: root/runtime/doc/index.txt
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-01-16 20:21:23 +0100
committerBram Moolenaar <Bram@vim.org>2021-01-16 20:21:23 +0100
commite2edc2ed4a9a229870b1e1811b0ecf045b84e429 (patch)
tree52eb7e738360094d273506de9f81427de4ff0913 /runtime/doc/index.txt
parent70250fb4d2ffc2e92db224c6374db418f70691fd (diff)
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.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt
index 91d22de74b..aec4ca04af 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'