diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-04-13 21:03:24 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2015-04-13 21:06:02 +0000 |
commit | 741b0bd97f6ddbd69fb2fa1dbbf6604a51488d82 (patch) | |
tree | e296ffeeff90a1173852eaf2cb6050cf142b1329 /Completion/Zsh/Command/_zstyle | |
parent | 122bb9a1259ec13110fd86aaea286d4a6e1726a0 (diff) | |
download | zsh-741b0bd97f6ddbd69fb2fa1dbbf6604a51488d82.tar.gz zsh-741b0bd97f6ddbd69fb2fa1dbbf6604a51488d82.tar.xz zsh-741b0bd97f6ddbd69fb2fa1dbbf6604a51488d82.zip |
users/20159: completion: zstyle: Add 'show-ambiguity'
Diffstat (limited to 'Completion/Zsh/Command/_zstyle')
-rw-r--r-- | Completion/Zsh/Command/_zstyle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Completion/Zsh/Command/_zstyle b/Completion/Zsh/Command/_zstyle index 8f6c412cc..9a6d61891 100644 --- a/Completion/Zsh/Command/_zstyle +++ b/Completion/Zsh/Command/_zstyle @@ -125,6 +125,7 @@ styles=( select-prompt c: select-scroll c: separate-sections c:bool + show-ambiguity c: show-completer c:bool single-ignored c:single-ignored sort c:bool |