about summary refs log tree commit diff
path: root/Completion/Commands/_complete_help
Commit message (Expand)AuthorAgeFilesLines
* moved to Completion/Base/Widget/_complete_helpSven Wischnowsky2001-04-021-92/+0
* fix to declare tmp variable as localOliver Kiddle2001-03-121-1/+1
* 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/+2
* Other places where `unsetopt cshnullglob' is needed.Bart Schaefer2000-10-061-2/+2
* quotingSven Wischnowsky2000-08-031-1/+1
* use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2000-05-231-1/+1
* 11288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer2000-05-101-0/+1
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-081-3/+3
* always use empty matcher-list style in _complete_help (11053)Sven Wischnowsky2000-05-021-1/+8
* 10681: Setopts in _complete_help the same as _main_complete.Bart Schaefer2000-04-121-0/+3
* Make style-list optionalSven Wischnowsky2000-04-031-12/+13
* Updated from list as far as 10376Peter Stephenson2000-04-011-14/+59
* Initial revisionTanaka Akira1999-11-151-0/+35