diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-05-22 15:37:44 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-05-22 15:37:44 +0200 |
commit | 06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6 (patch) | |
tree | 4e4054360a178c58b1fb4e48bb51955f984a6b66 /runtime/doc/scroll.txt | |
parent | db7c686ea58323f8e8550dea287eac7ea4964a55 (diff) | |
download | vim-06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6.zip |
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
Diffstat (limited to 'runtime/doc/scroll.txt')
-rw-r--r-- | runtime/doc/scroll.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt index f6c0f69d8..f3a6aae93 100644 --- a/runtime/doc/scroll.txt +++ b/runtime/doc/scroll.txt @@ -132,7 +132,7 @@ z. Redraw, line [count] at center of window (default *zz* zz Like "z.", but leave the cursor in the same column. - Careful: If caps-lock is on, this commands becomes + Careful: If caps-lock is on, this command becomes "ZZ": write buffer and exit! {not in Vi} *z-* @@ -193,7 +193,7 @@ ze Scroll the text horizontally to position the cursor 5. Scrolling synchronously *scroll-binding* Occasionally, it is desirable to bind two or more windows together such that -when one window is scrolled, the other windows are scrolled also. In Vim, +when one window is scrolled, the other windows are also scrolled. In Vim, windows can be given this behavior by setting the (window-specific) 'scrollbind' option. When a window that has 'scrollbind' set is scrolled, all other 'scrollbind' windows are scrolled the same amount, if possible. The |