summaryrefslogtreecommitdiff
path: root/runtime/doc/scroll.txt
diff options
context:
space:
mode:
authorBram Moolenaar <bram@vim.org>2010-05-22 15:37:44 +0200
committerBram Moolenaar <bram@vim.org>2010-05-22 15:37:44 +0200
commit7a984b55205e890630faf4303bee07f7026ad211 (patch)
tree5ff211f47f6b2455b64bbd2a0d9f826178d67397 /runtime/doc/scroll.txt
parent2234704c86760451c9f6a025eaf1e7aa22d6ad88 (diff)
downloadvim-7a984b55205e890630faf4303bee07f7026ad211.tar.gz
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
Diffstat (limited to 'runtime/doc/scroll.txt')
-rw-r--r--runtime/doc/scroll.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/scroll.txt b/runtime/doc/scroll.txt
index f6c0f69d..f3a6aae9 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