about summary refs log tree commit diff
path: root/Src/Zle/compcore.c
Commit message (Expand)AuthorAgeFilesLines
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-2/+2
* *** empty log message ***Sven Wischnowsky2001-01-181-5/+6
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-5/+11
* fix for listpacked for matches as long as screen is wide (minus added spaces)...Sven Wischnowsky2001-01-081-0/+1
* add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky2000-10-111-39/+44
* make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky2000-10-111-3/+5
* don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky2000-10-041-1/+4
* fixes for completion in math contexts (12592)Sven Wischnowsky2000-08-111-3/+3
* don't let duplicate matches keep us from recognising exact matches if they pr...Sven Wischnowsky2000-07-181-1/+1
* AIX dependency fixesOliver Kiddle2000-07-041-1/+4
* change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky2000-07-031-2/+4
* make a-a-i-n-h in menu selection work with one match; better undo behaviour f...Sven Wischnowsky2000-06-281-2/+5
* allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2000-06-221-29/+43
* improve filename completion; use accept-exact for in-path completion; new fak...Sven Wischnowsky2000-06-191-2/+2
* fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky2000-06-091-0/+1
* hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky2000-06-071-6/+7
* Felix, 11734: Memory leak and doc error.Bart Schaefer2000-06-031-0/+1
* fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky2000-06-021-0/+1
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-311-5/+6
* fix for ignore-line style (11679)Sven Wischnowsky2000-05-311-0/+4
* matching bugs with patterns with two anchors (11634)Sven Wischnowsky2000-05-291-0/+15
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-231-11/+41
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-221-2/+2
* add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky2000-05-171-44/+46
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-161-0/+1
* extra paranoia for empty prefix/suffix in completion matching (11374)Sven Wischnowsky2000-05-151-4/+4
* fix for compadd -x when there are no matches (11335)Sven Wischnowsky2000-05-121-1/+1
* make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky2000-05-111-1/+11
* give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky2000-05-091-4/+11
* some more memory initialisation after allocation; shouldn't possibly have don...Sven Wischnowsky2000-05-051-3/+7
* don't list when all matches look the same; force-list style to give users con...Sven Wischnowsky2000-05-041-6/+27
* make sure that completion messages are displayed even when there are no match...Sven Wischnowsky2000-05-031-1/+13
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-021-0/+26
* AIX dependency fixesOliver Kiddle2000-04-301-3/+2
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky2000-04-271-2/+1
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky2000-04-251-4/+27
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-1/+2
* comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky2000-04-131-0/+5
* forgot one #if for commenting out the group-stuff for $compstate[insert]Sven Wischnowsky2000-04-121-1/+2
* comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky2000-04-121-3/+15
* fix for bashautolist+automenu (10609)Sven Wischnowsky2000-04-101-2/+3
* make _next_tags be usable with menu-completionSven Wischnowsky2000-04-041-7/+18
* Copy QIPREFIX/QISUFFIX.Sven Wischnowsky2000-04-041-2/+2
* Updated from list as far as 10376Peter Stephenson2000-04-011-658/+842
* Initial revisionTanaka Akira1999-11-011-0/+2530