mirror of
git://git.code.sf.net/p/zsh/code
synced 2025-11-01 06:20:55 +01:00
users/20159: completion: zstyle: Add 'show-ambiguity'
This commit is contained in:
parent
122bb9a125
commit
741b0bd97f
2 changed files with 4 additions and 0 deletions
|
|
@ -1,5 +1,8 @@
|
|||
2015-04-13 Daniel Shahaf <d.s@daniel.shahaf.name>
|
||||
|
||||
* users/20159: Completion/Zsh/Command/_zstyle: completion: zstyle:
|
||||
Add 'show-ambiguity'
|
||||
|
||||
* 34886: Completion/Unix/Command/_git: completion: git: Complete
|
||||
rebase --exec argument
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue