summaryrefslogtreecommitdiff
path: root/Completion/Base/Utility/_call_program
AgeCommit message (Collapse)AuthorFilesLines
2021-08-2749272: Set $COLUMNS in _call_program to ensure cached command output is ↵Marlon Richert1-0/+1
sufficiently wide
2017-12-2842175 + 42177 + 42178: avoid localized output from external commandsJun-ichi Takimoto1-4/+7
_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'.
2016-09-1639333: include name of command used to gain priviliges in context for ↵Oliver Kiddle1-3/+6
command and gain-priviliges styles
2016-09-1139261 (tweaked cf. Daniel: 39275): don't unconditionally elevate privileges ↵Oliver Kiddle1-2/+9
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
2014-10-0933403: be conservative about redirecting _call_program stderr, the caller ↵Barton E. Schaefer1-2/+2
may have already done so
2014-09-2333223: discard stderr except when _complete_debug is in progress.Barton E. Schaefer1-2/+15
2001-04-02moved from Completion/Core/_callSven Wischnowsky1-0/+13