summaryrefslogtreecommitdiff
path: root/runtime/doc/usr_27.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_27.txt
parentdb7c686ea58323f8e8550dea287eac7ea4964a55 (diff)
downloadvim-git-06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6.tar.gz
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
Diffstat (limited to 'runtime/doc/usr_27.txt')
-rw-r--r--runtime/doc/usr_27.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/usr_27.txt b/runtime/doc/usr_27.txt
index aa24a265b..1098f44b9 100644
--- a/runtime/doc/usr_27.txt
+++ b/runtime/doc/usr_27.txt
@@ -77,7 +77,7 @@ matter if 'ignorecase' or 'smartcase' was changed.
Note:
The use of "\" items in search patterns depends on the 'magic' option.
- In this chapters we will assume 'magic' is on, because that is the
+ In this chapter we will assume 'magic' is on, because that is the
standard and recommended setting. If you would change 'magic', many
search patterns would suddenly become invalid.