summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_22.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
commit06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6 (patch)
tree4e4054360a178c58b1fb4e48bb51955f984a6b66 /runtime/doc/usr_22.txt
parentdb7c686ea58323f8e8550dea287eac7ea4964a55 (diff)
downloadvim-git-06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6.tar.gz
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
Diffstat (limited to 'runtime/doc/usr_22.txt')
-rw-r--r--runtime/doc/usr_22.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/usr_22.txt b/runtime/doc/usr_22.txt
index 56271ccef..72119c1ea 100644
--- a/runtime/doc/usr_22.txt
+++ b/runtime/doc/usr_22.txt
@@ -98,7 +98,7 @@ browser. This is what you get: >
< (etc)
The <F1> key thus brings you to a netrw directory browsing contents help page.
-Its a regular help page; use the usual |CTRL-]| to jump to tagged help items
+It's a regular help page; use the usual |CTRL-]| to jump to tagged help items
and |CTRL-O| to jump back.
To select files for display and editing: (with the cursor is atop a filename)
@@ -358,7 +358,7 @@ use the name, or part of it, instead: >
:buffer help
-Vim will find a best match for the name you type. If there is only one
+Vim will find the best match for the name you type. If there is only one
buffer that matches the name, it will be used. In this case "help.txt".
To open a buffer in a new window: >