aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/various.txt
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r--runtime/doc/various.txt8
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt
index ad0f541dfd..26ff8f0783 100644
--- a/runtime/doc/various.txt
+++ b/runtime/doc/various.txt
@@ -563,17 +563,11 @@ which it was defined is reported.
: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 MS-DOS).
+< Can be interrupted with CTRL-C (CTRL-Break on Windows).
"gs" stands for "goto sleep".
While sleeping the cursor is positioned in the text,
if at a visible position.
-
- *g_CTRL-A*
-g CTRL-A Only when Vim was compiled with MEM_PROFILING defined
- (which is very rare): print memory usage statistics.
- Only useful for debugging Vim.
-
==============================================================================
2. Using Vim like less or more *less*