summaryrefslogtreecommitdiff
path: root/Src/Zle/compresult.c
AgeCommit message (Expand)AuthorFilesLines
2000-10-11add _all_matcher completer and supporting C-code for adding a special match r...Sven Wischnowsky1-23/+141
2000-10-01unposted: remove unused variable declaration from ztat()Clint Adams1-2/+0
2000-09-2712863: remove ztrdupstrip, use VARARR in ztatClint Adams1-7/+13
2000-09-2212859: dynamically-allocate buffer in ztat(), ztrdupstring()Clint Adams1-8/+6
2000-06-28make a-a-i-n-h in menu selection work with one match; better undo behaviour f...Sven Wischnowsky1-1/+1
2000-06-16allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...Sven Wischnowsky1-2/+2
2000-06-05some more memory leak fixes (11745)Sven Wischnowsky1-1/+1
2000-05-31allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky1-3/+8
2000-05-31move to last cursor after not asking a second time if list should be shown (1...Sven Wischnowsky1-1/+3
2000-05-29matching bugs with patterns with two anchors (11634)Sven Wischnowsky1-1/+2
2000-05-19fix for unambiguous string insertion (11466)Sven Wischnowsky1-1/+1
2000-05-12fixes for completion matching (11346)Sven Wischnowsky1-2/+29
2000-04-30AIX dependency fixesOliver Kiddle1-2/+2
2000-04-27renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky1-5/+3
2000-04-25don't show empty hidden matches even in menu-selection (10917)Sven Wischnowsky1-4/+13
2000-04-25don't always ignore backslashes in paths when testing file type (10912)Sven Wischnowsky1-0/+3
2000-04-25report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ...Sven Wischnowsky1-2/+0
2000-04-17scrolling in completion lists and menu-selection, version1Sven Wischnowsky1-7/+12
2000-04-13comment the `#if's for group numbers in $compstate[insert] (10725)Sven Wischnowsky1-0/+2
2000-04-13display number of matches again when asking if a completion list should be sh...Sven Wischnowsky1-3/+8
2000-04-12comment out the code to allow $compstate[insert] to select the group (10690)Sven Wischnowsky1-0/+4
2000-04-12display number of lines instead of number of matches when asking whether to s...Sven Wischnowsky1-2/+2
2000-04-10fix for bashautolist+automenu (10609)Sven Wischnowsky1-1/+3
2000-04-01Updated from list as far as 10376Peter Stephenson1-263/+252
1999-11-01Initial revisionTanaka Akira1-0/+1940