fix(doc): :sleep! does not hide cursor

:sleep is the same as :sleep! in the port of v8.2.2366
This commit is contained in:
Sean Dewar 2021-06-19 16:28:22 +01:00
parent 7d025f2e8e
commit b5c0ade437
No known key found for this signature in database
GPG Key ID: 08CC2C83AD41B581
3 changed files with 3 additions and 3 deletions

View File

@ -1547,8 +1547,6 @@ tag command action ~
|:sign| :sig[n] manipulate signs |:sign| :sig[n] manipulate signs
|:silent| :sil[ent] run a command silently |: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
|: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 |:slast| :sla[st] split window and go to last file in the
argument list argument list
|:smagic| :sm[agic] :substitute with 'magic' |:smagic| :sm[agic] :substitute with 'magic'

View File

@ -506,7 +506,8 @@ gO Show a filetype-specific, navigable "outline" of the
Queued messages are processed during the sleep. Queued messages are processed during the sleep.
*:sl!* *:sleep!* *:sl!* *:sleep!*
:[N]sl[eep]! [N] [m] Same as above, but hide the cursor. :[N]sl[eep]! [N] [m] Same as above. Unlike Vim, it does not hide the
cursor. |vim-differences|
============================================================================== ==============================================================================
2. Using Vim like less or more *less* 2. Using Vim like less or more *less*

View File

@ -424,6 +424,7 @@ Commands:
:promptfind :promptfind
:promptrepl :promptrepl
:shell :shell
:sleep! (does not hide the cursor; same as :sleep)
:smile :smile
:tearoff :tearoff