summaryrefslogtreecommitdiff
path: root/Src/Zle/compcore.c
AgeCommit message (Expand)AuthorFilesLines
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