diff options
Diffstat (limited to 'Doc/Zsh')
-rw-r--r-- | Doc/Zsh/compsys.yo | 2 | ||||
-rw-r--r-- | Doc/Zsh/contrib.yo | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/Zsh/compsys.yo b/Doc/Zsh/compsys.yo index 96a5f7657..22ed88db3 100644 --- a/Doc/Zsh/compsys.yo +++ b/Doc/Zsh/compsys.yo @@ -2010,7 +2010,7 @@ specification is prefixed with tt(+), it is added to the existing list. Hence it is possible to create increasingly general specifications without repetition: -example(zstyle ':completion:*' matcher-list '' '+m{a-Z}={A-Z}' '+m{A-Z}={a-z}') +example(zstyle ':completion:*' matcher-list '' '+m{a-z}={A-Z}' '+m{A-Z}={a-z}') It is possible to create match specifications valid for particular completers by using the third field of the context. For example, to diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index 51a8e83bf..858128ab8 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -777,7 +777,7 @@ Here is how to print the vcs information as a command (not in a prompt): example(alias vcsi='vcs_info command; vcs_info_lastmsg') This way, you can even define different formats for output via -tt(vcs_info_lastmsg) in the ':vcs_info:formats:command:*' namespace. +tt(vcs_info_lastmsg) in the ':vcs_info:*:command:*' namespace. texinode(Prompt Themes)(ZLE Functions)(Version Control Information)(User Contributions) |