Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
See discussion on upstream project here:
https://github.com/RichiH/vcsh/issues/270
|
|
complist
|
|
|
|
in surfraw completion
|
|
present (regression from workers/39659 (commit ae3b675ce6e4ac62451ea08169c2b4dc45cf533b))
The following case:
LBUFFER='zstyle -'
RBUFFER=' foo bar'
Before this patch, completed 'context pattern' (from the first
positional argument).
With this patch, completes options, which is correct.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
locale completion
|
|
Support prepend and suffix values for insert-sections
Add values for insert-sections for zstyle completion
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
_values
|
|
The --arguments are space (` `) separated, not equal-sign (`=`) separated.
lldb --correct c_arg --wrong=w_arg
|
|
_transmission
This matches the summary listed in the `transmission-remote` man page and the program's actual behavior.
|
|
also update for options to env on FreeBSD and Dragonfly
|
|
|
|
|
|
|
|
* complete `xrandr --setprovideroutputsource` by calling `xrandr
--listproviders`
|
|
|
|
|
|
Nmap commands that previously included an underscore (--max_rtt_timeout, --send_eth, --host_timeout, etc.) have been renamed to use a hyphen in the preferred format.
|
|
|
|
Mikael Magnusson: 47382: Completion for 47364
|
|
As per the completion-style-guide recommendations.
|
|
|
|
options
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|