summaryrefslogtreecommitdiff
path: root/Src/Zle/compcore.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky1-39/+44
2000-10-11make user defined completion widgets leave menu selection without accepting t...Sven Wischnowsky1-3/+5
2000-10-04don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky1-1/+4
2000-08-11fixes for completion in math contexts (12592)Sven Wischnowsky1-3/+3
2000-07-18don't let duplicate matches keep us from recognising exact matches if they pr...Sven Wischnowsky1-1/+1
2000-07-04AIX dependency fixesOliver Kiddle1-1/+4
2000-07-03change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky1-2/+4
2000-06-28make a-a-i-n-h in menu selection work with one match; better undo behaviour f...Sven Wischnowsky1-2/+5
2000-06-22allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky1-29/+43
2000-06-19improve filename completion; use accept-exact for in-path completion; new fak...Sven Wischnowsky1-2/+2
2000-06-09fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky1-0/+1
2000-06-07hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky1-6/+7
2000-06-03Felix, 11734: Memory leak and doc error.Bart Schaefer1-0/+1
2000-06-02fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky1-0/+1
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-5/+6
2000-05-31fix for ignore-line style (11679)Sven Wischnowsky1-0/+4
2000-05-29matching bugs with patterns with two anchors (11634)Sven Wischnowsky1-0/+15
2000-05-23add -[ak] options to compadd (11533)Sven Wischnowsky1-11/+41
2000-05-22be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky1-2/+2
2000-05-17add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky1-44/+46
2000-05-16fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky1-0/+1
2000-05-15extra paranoia for empty prefix/suffix in completion matching (11374)Sven Wischnowsky1-4/+4
2000-05-12fix for compadd -x when there are no matches (11335)Sven Wischnowsky1-1/+1
2000-05-11make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky1-1/+11
2000-05-09give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky1-4/+11
2000-05-05some more memory initialisation after allocation; shouldn't possibly have don...Sven Wischnowsky1-3/+7
2000-05-04don't list when all matches look the same; force-list style to give users con...Sven Wischnowsky1-6/+27
2000-05-03make sure that completion messages are displayed even when there are no match...Sven Wischnowsky1-1/+13
2000-05-02add -x option to compadd to display message unconditionallySven Wischnowsky1-0/+26
2000-04-30AIX dependency fixesOliver Kiddle1-3/+2
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky1-2/+1
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky1-4/+27
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky1-1/+2
2000-04-13comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky1-0/+5
2000-04-12forgot one #if for commenting out the group-stuff for $compstate[insert]Sven Wischnowsky1-1/+2
2000-04-12comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky1-3/+15
2000-04-10fix for bashautolist+automenu (10609)Sven Wischnowsky1-2/+3
2000-04-04make _next_tags be usable with menu-completionSven Wischnowsky1-7/+18
2000-04-04Copy QIPREFIX/QISUFFIX.Sven Wischnowsky1-2/+2
2000-04-01Updated from list as far as 10376Peter Stephenson1-658/+842
1999-11-01Initial revisionTanaka Akira1-0/+2530