diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2019-05-25 10:00:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-25 10:00:41 +0200 |
commit | 4769deb36a54c3b2a4a2d2addb2937c1aa7dd629 (patch) | |
tree | 29a0ef85f770541ac829acbd6b51e4413a987b49 /runtime/doc/various.txt | |
parent | d51f132cb150a5adeac9e40ec7409040f32d880e (diff) | |
download | rneovim-4769deb36a54c3b2a4a2d2addb2937c1aa7dd629.tar.gz rneovim-4769deb36a54c3b2a4a2d2addb2937c1aa7dd629.tar.bz2 rneovim-4769deb36a54c3b2a4a2d2addb2937c1aa7dd629.zip |
doc #10017
- gen_vimdoc.py: fancy "bullet"
- rework `:help channel-callback`
- rename `:help buffered` to `:help channel-buffered`
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index a0b2846b2b..2b6afcbdbc 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -470,17 +470,18 @@ gO Show a filetype-specific, navigable "outline" of the Currently works in |help| and |:Man| buffers. [N]gs *gs* *:sl* *:sleep* -:[N]sl[eep] [N] [m] Do nothing for [N] seconds. When [m] is included, - sleep for [N] milliseconds. The count for "gs" always - uses seconds. The default is one second. > +:[N]sl[eep] [N] [m] Do nothing for [N] seconds, or [N] milliseconds if [m] + was given. "gs" always uses seconds. + Default is one second. > :sleep "sleep for one second :5sleep "sleep for five seconds :sleep 100m "sleep for a hundred milliseconds 10gs "sleep for ten seconds -< Can be interrupted with CTRL-C (CTRL-Break on Windows). +< Can be interrupted with CTRL-C. "gs" stands for "goto sleep". While sleeping the cursor is positioned in the text, if at a visible position. + Queued messages are processed during the sleep. ============================================================================== 2. Using Vim like less or more *less* |