Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
(Cf. discussion on GitLab !12.)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add new helper function for generating Debian package/control files, use it
where applicable
Adjusted only for minor white-space corruption in original patch
|
|
|
|
|
|
|
|
|
|
.deb files
|
|
zsh/<TAB>'.
When local-apt-repository is installed, 'apt-cache policy' contains
.
100 /var/lib/dpkg/status
release a=now
500 file:/var/lib/local-apt-repository ./ Packages
release o=local-apt-repository,c=
.
which was matched by the pattern being patched.
|
|
_call_program and '_arguments --' will call _comp_locale before
calling external command for easier analysis of the output.
This is disabled by passing an option '-l'.
|
|
|
|
|
|
|
|
|
|
Since 'done' is deprecated, stop offering it but do complete after it.
|
|
The incumbent pattern matched the minus in 'bts tag 42 - <TAB>' (and other,
similar subcommands).
|
|
Upstream ref
https://github.com/Debian/apt/commit/5aba18968d87500232244760101ab2954c106581
|
|
|
|
-P' calls to use shortest match where applicable, plus random drive-by tweaks.
Found by grepping for patterns that can match needles of various lengths:
:grep 'compset -[PS].*[\#^*()\|<>?~\]' Completion/
|
|
|
|
|
|
|
|
with sudo in completion functions
A new gain-privileges style enables it and a _comp_priv_prefix array
added for tracking how to match privileges for the current command
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|