about summary refs log tree commit diff
path: root/Completion/Commands/_complete_debug
Commit message (Collapse)AuthorAgeFilesLines
* Use ksh-style deref of $_comp_options in case of ksharrays.Bart Schaefer2001-02-281-1/+1
|
* simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky2000-10-191-2/+1
|
* Other places where `unsetopt cshnullglob' is needed.Bart Schaefer2000-10-061-2/+2
|
* Use ${(q)tmp} after all.Bart Schaefer2000-09-141-1/+1
|
* quotingSven Wischnowsky2000-08-031-1/+1
|
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-311-1/+2
|
* 11644: Use `print -s' in _complete_debug.Bart Schaefer2000-05-301-5/+2
|
* force listing in _complete_debug; make complist with list-scrolling stopt at ↵Sven Wischnowsky2000-05-251-0/+1
| | | | the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
* 11469: Locally unset the errexit option and ZERR trap.Bart Schaefer2000-05-191-0/+2
|
* 11332: Test descriptors correctly for redirect/restore of stderr; plus anBart Schaefer2000-05-121-2/+3
| | | | aesthetic tweak.
* Small fix to avoid using slashes in temporary file name (11065)Oliver Kiddle2000-05-021-1/+1
|
* 11024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer2000-04-301-0/+26