Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
more + options
|
|
|
|
|
|
|
|
Also add new -L option to kill for a more verbose listing of signals
|
|
|
|
|
|
|
|
completion
|
|
|
|
|
|
|
|
|
|
|
|
do not include '-' in onopts so that 'functions -- <TAB>' works.
|
|
|
|
|
|
|
|
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.
|
|
Support prepend and suffix values for insert-sections
Add values for insert-sections for zstyle completion
|
|
|
|
|
|
As per the completion-style-guide recommendations.
|
|
|
|
it for zstyle
|
|
_vcs_info_hooks as a top-level helper function.
|
|
|
|
|
|
|
|
|
|
|
|
* Enable zparseopts to perform basic usage validation (aborting on an
unrecognised option-like parameter)
* Officially document the resolution of ambiguous option specs
|
|
_zftp's use of `#compdef -p`, combined with inaccurate sub-command matching in
the function, was causing it to clobber the completion for other commands,
notably zf_mkdir from zsh/files. To avoid this, use -P instead
|
|
|
|
|
|
|
|
Use ${(v)_comps} instead of going through $fpath again. Use
${functions} as well to find more legitimate matches, such as various
__git_foo() helpers defined in ${^fpath}/_git.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
builtin.
|
|
|