summaryrefslogtreecommitdiff
path: root/Completion/Commands/_complete_help
AgeCommit message (Expand)AuthorFilesLines
2001-04-02moved to Completion/Base/Widget/_complete_helpSven Wischnowsky1-92/+0
2001-03-12fix to declare tmp variable as localOliver Kiddle1-1/+1
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/+2
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer1-2/+2
2000-08-03quotingSven Wischnowsky1-1/+1
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky1-1/+1
2000-05-1011288: Reopen stdin on /dev/null to avoid confusing programs that don'tBart Schaefer1-0/+1
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky1-3/+3
2000-05-02always use empty matcher-list style in _complete_help (11053)Sven Wischnowsky1-1/+8
2000-04-1210681: Setopts in _complete_help the same as _main_complete.Bart Schaefer1-0/+3
2000-04-03Make style-list optionalSven Wischnowsky1-12/+13
2000-04-01Updated from list as far as 10376Peter Stephenson1-14/+59
1999-11-15Initial revisionTanaka Akira1-0/+35