summaryrefslogtreecommitdiff
path: root/Completion/Commands
AgeCommit message (Expand)AuthorFilesLines
2001-04-02moved to Completion/Base/Widget/_read_compSven Wischnowsky1-158/+0
2001-04-02moved to Completion/Base/Widget/_next_tagsSven Wischnowsky1-140/+0
2001-04-02moved to Completion/Base/Widget/_most_recent_fileSven Wischnowsky1-4/+0
2001-04-02moved to Completion/Base/Widget/_history_complete_wordSven Wischnowsky1-121/+0
2001-04-02moved to Completion/Base/Widget/_genericSven Wischnowsky1-11/+0
2001-04-02moved to Completion/Base/Widget/_expand_wordSven Wischnowsky1-15/+0
2001-04-02moved to Completion/Base/Widget/_correct_wordSven Wischnowsky1-20/+0
2001-04-02moved to Completion/Base/Widget/_correct_filenameSven Wischnowsky1-37/+0
2001-04-02moved to Completion/Base/Widget/_complete_tagSven Wischnowsky1-57/+0
2001-04-02moved to Completion/Base/Widget/_complete_helpSven Wischnowsky1-92/+0
2001-04-02moved to Completion/Base/Widget/_complete_debugSven Wischnowsky1-27/+0
2001-04-02moved to Completion/Base/Widget/_bash_completionsSven Wischnowsky1-46/+0
2001-03-28more cleanup; simplify the stop and liststyles; try to make it obey whatever ...Sven Wischnowsky1-57/+29
2001-03-28Typo in _complete_tagPeter Stephenson1-1/+0
2001-03-27try to make _h_c_w smarter at the beginning and end of the list; avoid list-b...Sven Wischnowsky1-19/+34
2001-03-2613779/13783: fixes from Michal PolitowskiClint Adams1-2/+3
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 Schaefer7-7/+7
2000-10-19simplify setting standard completion system options using $_comp_options (13036)Sven Wischnowsky7-14/+8
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky1-10/+1
2000-10-06Other places where `unsetopt cshnullglob' is needed.Bart Schaefer7-14/+14
2000-09-21Fiddle with _expand_word and its doc.Bart Schaefer1-1/+10
2000-09-14Use ${(q)tmp} after all.Bart Schaefer1-1/+1
2000-08-10add -g option to _parameters to restrict type of parameters completed (12583)Oliver Kiddle1-1/+1
2000-08-03quotingSven Wischnowsky7-7/+7
2000-08-01remove tests for kshautoload (use zcompile -z); fix for setting scriptname fo...Sven Wischnowsky1-1/+1
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2-16/+37
2000-06-21make history completion use I{PREF,SUF}FIX (12011)Sven Wischnowsky1-0/+5
2000-06-19.distfiles additionsPeter Stephenson1-1/+1
2000-06-13new _generic widget to call completion with $WIDGET in function field of cont...Sven Wischnowsky1-0/+11
2000-06-07setup options in bindable commands (11789)Sven Wischnowsky3-4/+19
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-1/+2
2000-05-31use compadd -[ak] (11549)Sven Wischnowsky2-4/+6
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
2000-05-2311537: new _complete_tag functionPeter Stephenson2-1/+58
2000-05-23use `set -A' instead of `eval' in more places (11525)Sven Wischnowsky2-3/+3
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
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-02Small fix to avoid using slashes in temporary file name (11065)Oliver Kiddle1-1/+1
2000-05-02always use empty matcher-list style in _complete_help (11053)Sven Wischnowsky1-1/+8
2000-04-3011033: 3.1.7-pre-2Peter Stephenson1-1/+4
2000-04-3011024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer1-0/+26
2000-04-26ensure options are set as expected in _history_complete_word and _bash_comple...Sven Wischnowsky2-2/+8
2000-04-20default values for styles in _expand_word, listing expansions with ^Xd, _expa...Sven Wischnowsky1-0/+13
2000-04-1210681: Setopts in _complete_help the same as _main_complete.Bart Schaefer1-0/+3
2000-04-11_wanted now tests both tags and labels; change places where _wanted was calle...Sven Wischnowsky1-71/+97
2000-04-05fix for combining _next_tags and file-patternsSven Wischnowsky1-2/+10