summaryrefslogtreecommitdiff
path: root/Completion/Commands/_complete_debug
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02moved to Completion/Base/Widget/_complete_debugSven Wischnowsky1-27/+0
2001-02-28Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer1-1/+1
2000-10-19simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky1-2/+1
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer1-2/+2
2000-09-14Use ${(q)tmp} after all.Bart Schaefer1-1/+1
2000-08-03quotingSven Wischnowsky1-1/+1
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-1/+2
2000-05-3011644: Use `print -s' in _complete_debug.Bart Schaefer1-5/+2
2000-05-25force listing in _complete_debug; make complist with list-scrolling stopt at ↵Sven Wischnowsky1-0/+1
the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
2000-05-1911469: Locally unset the errexit option and ZERR trap.Bart Schaefer1-0/+2
2000-05-1211332: Test descriptors correctly for redirect/restore of stderr; plus anBart Schaefer1-2/+3
aesthetic tweak.
2000-05-02Small fix to avoid using slashes in temporary file name (11065)Oliver Kiddle1-1/+1
2000-04-3011024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer1-0/+26