about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@zsh.org>2014-03-03 12:08:45 +0100
committerOliver Kiddle <opk@zsh.org>2014-03-03 12:08:45 +0100
commit1f290a3e8277347a782a7766948aab47c10120c8 (patch)
treeb3d7fcacddcc49416d33214d6bf6cd9959deae98 /Doc
parentb5fcc04f0e29ff00cb72b0e5c0bc9976c1c5eb33 (diff)
downloadzsh-1f290a3e8277347a782a7766948aab47c10120c8.tar.gz
zsh-1f290a3e8277347a782a7766948aab47c10120c8.tar.xz
zsh-1f290a3e8277347a782a7766948aab47c10120c8.zip
32439: add new show-ambiguity style
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/compsys.yo9
1 files changed, 9 insertions, 0 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo
index c304461e2..5a5e61996 100644
--- a/Doc/Zsh/compsys.yo
+++ b/Doc/Zsh/compsys.yo
@@ -2440,6 +2440,15 @@ completing words for the dict command. It allows words from different
 dictionary databases to be added separately.
 The default for this style is `false'.
 )
+kindex(show-ambiguity, completion style)
+item(tt(show-ambiguity))(
+If the tt(zsh/complist) module is loaded, this style can be used to
+highlight the first ambiguous character in completion lists. The
+value is either a color indication such as those supported by the
+tt(list-colors) style or, with a value of tt(true), a default of
+underlining is selected. The highlighting is only applied if the
+completion display strings correspond to the actual matches.
+)
 kindex(show-completer, completion style)
 item(tt(show-completer))(
 Tested whenever a new completer is tried.  If it is true, the completion