summaryrefslogtreecommitdiff
path: root/runtime/doc/gui.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/gui.txt
parentdb7c686ea58323f8e8550dea287eac7ea4964a55 (diff)
downloadvim-git-06b5d5167a01c9fbf9661fb0c03bbd0a77cecae6.tar.gz
Add the settabvar() and gettabvar() functions.
Various runtime file updates.
Diffstat (limited to 'runtime/doc/gui.txt')
-rw-r--r--runtime/doc/gui.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/gui.txt b/runtime/doc/gui.txt
index 73663e093..925a491b1 100644
--- a/runtime/doc/gui.txt
+++ b/runtime/doc/gui.txt
@@ -678,7 +678,7 @@ and Photon GUI. It should turn up in other GUIs in due course. The
default toolbar is setup in menu.vim.
The display of the toolbar is controlled by the 'guioptions' letter 'T'. You
can thus have menu & toolbar together, or either on its own, or neither.
-The appearance is controlled by the 'toolbar' option. You can chose between
+The appearance is controlled by the 'toolbar' option. You can choose between
an image, text or both.
*toolbar-icon*