diff options
author | Bram Moolenaar <Bram@vim.org> | 2005-01-27 14:41:15 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2005-01-27 14:41:15 +0000 |
commit | 677ee6890d12218461196f5df92b4dc3d0e52129 (patch) | |
tree | c59a8f9d1b14e8c3abc4929c2b5f7a2b71698bdb /runtime/doc/various.txt | |
parent | 10de2da0f567ae615913fe6bc9831590436af4e5 (diff) | |
download | vim-677ee6890d12218461196f5df92b4dc3d0e52129.zip |
updated for version 7.0045
Diffstat (limited to 'runtime/doc/various.txt')
-rw-r--r-- | runtime/doc/various.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/runtime/doc/various.txt b/runtime/doc/various.txt index a04dd30cb..eb5cc8b82 100644 --- a/runtime/doc/various.txt +++ b/runtime/doc/various.txt @@ -1,4 +1,4 @@ -*various.txt* For Vim version 7.0aa. Last change: 2005 Jan 20 +*various.txt* For Vim version 7.0aa. Last change: 2005 Jan 26 VIM REFERENCE MANUAL by Bram Moolenaar @@ -492,9 +492,9 @@ K Run a program to lookup the keyword under the :sleep 100m "sleep for a hundred milliseconds 10gs "sleep for ten seconds < Can be interrupted with CTRL-C (CTRL-Break on MS-DOS). - "gs" stands for "goto sleep". While sleeping the - cursor is positioned in the text (if visible). {not - in Vi} + "gs" stands for "goto sleep". + While sleeping the cursor is positioned in the text, + if at a visible position. {not in Vi} *g_CTRL-A* g CTRL-A Only when Vim was compiled with MEM_PROFILING defined |