about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2008-04-02 13:02:47 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2008-04-02 13:02:47 +0000
commit374b31616bbfad23f980f35d79a4202afb7367e8 (patch)
tree440f48096773d8383d1be6bda37d2821ccb03127 /Doc
parent93fce8372d8a7fd0423f9683c443bf05cecd6378 (diff)
downloadzsh-374b31616bbfad23f980f35d79a4202afb7367e8.tar.gz
zsh-374b31616bbfad23f980f35d79a4202afb7367e8.tar.xz
zsh-374b31616bbfad23f980f35d79a4202afb7367e8.zip
24781: enhance word-context to use next or previous word
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/contrib.yo7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo
index e7ce978f6..d3dc2ac1e 100644
--- a/Doc/Zsh/contrib.yo
+++ b/Doc/Zsh/contrib.yo
@@ -494,9 +494,10 @@ var(pattern) and a var(subcontext).  The shell argument the cursor is on is
 matched against each var(pattern) in turn until one matches; if it does,
 the context is extended by a colon and the corresponding var(subcontext).
 Note that the test is made against the original word on the line, with no
-stripping of quotes.  If the cursor is at the end of the line the test is
-performed against an empty string; if it is on whitespace between words the
-test is made against a single space.  Some examples are given below.
+stripping of quotes.  Special handling is done between words: the current
+context is examined and if it contains the string tt(back), the word before
+the cursor is considered, else the word after cursor is considered. Some
+examples are given below.
 
 Here are some examples of use of the styles, actually taken from the
 simplified interface in tt(select-word-style):