about summary refs log tree commit diff
path: root/Src/Zle/compresult.c
Commit message (Expand)AuthorAgeFilesLines
* some more memory leak fixes (11745)Sven Wischnowsky2000-06-051-1/+1
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-311-3/+8
* move to last cursor after not asking a second time if list should be shown (1...Sven Wischnowsky2000-05-311-1/+3
* matching bugs with patterns with two anchors (11634)Sven Wischnowsky2000-05-291-1/+2
* fix for unambiguous string insertion (11466)Sven Wischnowsky2000-05-191-1/+1
* fixes for completion matching (11346)Sven Wischnowsky2000-05-121-2/+29
* AIX dependency fixesOliver Kiddle2000-04-301-2/+2
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky2000-04-271-5/+3
* don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky2000-04-251-4/+13
* don't always ignore backslashes in paths when testing file type (10912)Sven Wischnowsky2000-04-251-0/+3
* report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky2000-04-251-2/+0
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-7/+12
* comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky2000-04-131-0/+2
* display number of matches again when asking if a completion list should be sh...Sven Wischnowsky2000-04-131-3/+8
* comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky2000-04-121-0/+4
* display number of lines instead of number of matches when asking whether to s...Sven Wischnowsky2000-04-121-2/+2
* fix for bashautolist+automenu (10609)Sven Wischnowsky2000-04-101-1/+3
* Updated from list as far as 10376Peter Stephenson2000-04-011-263/+252
* Initial revisionTanaka Akira1999-11-011-0/+1940