Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: Complete with *part* not part*



I used zplugin/dtrace to catch all zstyle calls performed after
"zplugin load go<TAB>":

https://asciinema.org/a/birc08xq4qa2cbl9zcwvlxvho

I attach the dtrace report. Interesting, there is only:

Zstyle -a :completion::expand::: matcher-list _matchers
Zstyle -a :completion::complete::: matcher-list _matchers
Zstyle -s :completion::complete:zplugin:argument-rest:argument-rest
matcher match
Zstyle -s :completion::complete:zplugin::plugins matcher match
Zstyle -a :completion::ignored::: matcher-list _matchers

There isn't something analogous to list-colors zstyle:

Zstyle -a :completion::complete:zplugin:argument-rest:argument-rest
list-colors val

Will I be able to target the matcher-list zstyle at
":completion::complete:zplugin:argument-rest:" if there is no test for
this zstyle during operations triggered by <TAB>?

Best regards,
Sebastian Gniazdowski
Plugin report for _dtrace/_dtrace
---------------------------------
Zstyle -s :completion::::: insert-tab tmp
Zstyle -a :completion:::::default list-colors val
Zstyle -t :completion:::::default list-packed
Zstyle -t :completion:::::default list-rows-first
Zstyle -t :completion:::::default last-prompt
Zstyle -t :completion:::::default accept-exact
Zstyle -a :completion:::::default menu val
Zstyle -s :completion:::::default force-list val
Zstyle -s :completion:::::default list-prompt tmp
Zstyle -s :completion:::::default select-prompt tmp
Zstyle -s :completion:::::default select-scroll tmp
Zstyle -a :completion::::: completer _completers
Zstyle -t :completion::expand::: show-completer
Zstyle -a :completion::expand::: matcher-list _matchers
Zstyle -T :completion::expand::: suffix
Zstyle -s :completion::expand::: accept-exact tmp
Zstyle -T :completion::expand::: substitute
Zstyle -T :completion::expand::: glob
Zstyle -t :completion::complete::: show-completer
Zstyle -a :completion::complete::: matcher-list _matchers
Zstyle -s :completion::complete:zplugin::options auto-description autod
Zstyle -a :completion::complete:zplugin:: group-order order
Zstyle -a :completion::complete:zplugin:: tag-order order
Zstyle -s :completion::complete:zplugin:argument-rest:argument-rest group-name gname
Zstyle -a :completion::complete:zplugin:argument-rest:argument-rest list-colors val
Zstyle -t :completion::complete:zplugin:argument-rest:argument-rest list-packed
Zstyle -t :completion::complete:zplugin:argument-rest:argument-rest list-rows-first
Zstyle -t :completion::complete:zplugin:argument-rest:argument-rest last-prompt
Zstyle -t :completion::complete:zplugin:argument-rest:argument-rest accept-exact
Zstyle -a :completion::complete:zplugin:argument-rest:argument-rest menu val
Zstyle -s :completion::complete:zplugin:argument-rest:argument-rest force-list val
Zstyle -s :completion::complete:zplugin:argument-rest:argument-rest format format
Zstyle -s :completion::complete:zplugin:argument-rest:argument-rest hidden hidden
Zstyle -s :completion::complete:zplugin:argument-rest:argument-rest matcher match
Zstyle -s :completion::complete:zplugin:argument-rest:argument-rest sort sort
Zstyle -s :completion::complete:zplugin:argument-rest: sort sort
Zstyle -a :completion::complete:zplugin:argument-rest:argument-rest ignored-patterns _comp_ignore
Zstyle -s :completion::complete:zplugin:argument-rest:argument-rest ignore-line hidden
Zstyle -a :completion::complete:zplugin:argument-rest:argument-rest fake match
Zstyle -a :completion::complete:zplugin:argument-rest:argument-rest fake-always match
Zstyle -a :completion::complete:zplugin:: group-order order
Zstyle -a :completion::complete:zplugin:: tag-order order
Zstyle -s :completion::complete:zplugin::plugins group-name gname
Zstyle -a :completion::complete:zplugin::plugins list-colors val
Zstyle -t :completion::complete:zplugin::plugins list-packed
Zstyle -t :completion::complete:zplugin::plugins list-rows-first
Zstyle -t :completion::complete:zplugin::plugins last-prompt
Zstyle -t :completion::complete:zplugin::plugins accept-exact
Zstyle -a :completion::complete:zplugin::plugins menu val
Zstyle -s :completion::complete:zplugin::plugins force-list val
Zstyle -s :completion::complete:zplugin::plugins format format
Zstyle -s :completion::complete:zplugin::plugins hidden hidden
Zstyle -s :completion::complete:zplugin::plugins matcher match
Zstyle -s :completion::complete:zplugin::plugins sort sort
Zstyle -s :completion::complete:zplugin:: sort sort
Zstyle -a :completion::complete:zplugin::plugins ignored-patterns _comp_ignore
Zstyle -s :completion::complete:zplugin::plugins ignore-line hidden
Zstyle -a :completion::complete:zplugin::plugins fake match
Zstyle -a :completion::complete:zplugin::plugins fake-always match
Zstyle -t :completion::ignored::: show-completer
Zstyle -a :completion::ignored::: matcher-list _matchers
Zstyle -s :completion:::::warnings format format
Zstyle -a :completion:::::warnings list-colors val
Zstyle -t :completion:::::warnings list-packed
Zstyle -t :completion:::::warnings list-rows-first
Zstyle -t :completion:::::warnings last-prompt
Zstyle -t :completion:::::warnings accept-exact
Zstyle -a :completion:::::warnings menu val
Zstyle -s :completion:::::warnings force-list val
Zstyle -s :completion::::: show-ambiguity tmp

Variables added or redefined:
MENUPROMPT        [ "" -> scalar ]
ZLE_LINE_ABORTED  [ "" -> scalar ]
ZLS_COLORS        [ "" -> scalar ]
LISTPROMPT        [ "" -> scalar ]
expl              [ "" -> array  ]



Messages sorted by: Reverse Date, Date, Thread, Author