summaryrefslogtreecommitdiff
path: root/Src/Zle/compcore.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-04in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky1-0/+4
2002-07-01add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky1-0/+2
2002-06-26two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky1-1/+1
2002-05-21fix for file-type-tests in nested quotes and don't count space file-type-char...Sven Wischnowsky1-3/+23
2002-05-21fix for completion in nested quotes where the sub-word ends in a backslash (1...Sven Wischnowsky1-2/+6
2002-05-15follow-up to 17135, backslash-quoted backslashes in double quotes weren't rig...Sven Wischnowsky1-5/+16
2002-05-13fix for unquoting with `compset -q' with singly and doubly quoted strings (17...Sven Wischnowsky1-12/+87
2002-03-01add $redirections array to completion system parameters, containing informati...Sven Wischnowsky1-4/+20
2002-02-25make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ch...Sven Wischnowsky1-4/+0
2002-02-18fix group handling nothing should now possibly be added to the wrong group ag...Sven Wischnowsky1-27/+19
2002-01-22add new generic fake style and changes to the C-code for that (different impl...Sven Wischnowsky1-37/+25
2002-01-07make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky1-1/+2
2001-10-09hide all but one match with the same string in the list even for unsorted gro...Sven Wischnowsky1-0/+13
2001-08-20undo most of 15650, do that in shell code (15669)Sven Wischnowsky1-10/+4
2001-08-1715650Sven Wischnowsky1-4/+10
2001-07-25fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky1-1/+1
2001-07-25make display for groups in _describe nicer; improve packing with list_packed;...Sven Wischnowsky1-28/+41
2001-07-10(15357)Sven Wischnowsky1-1/+1
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky1-2/+2
2001-01-18*** empty log message ***Sven Wischnowsky1-5/+6
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-5/+11
2001-01-08fix for listpacked for matches as long as screen is wide (minus added spaces)...Sven Wischnowsky1-0/+1
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