about summary refs log tree commit diff
path: root/Src/Zle/compcore.c
Commit message (Collapse)AuthorAgeFilesLines
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; ↵Sven Wischnowsky2002-07-041-0/+4
| | | | fix display problem with non-empty iprefix (17403)
* add new sepcial context -assign-parameter- for completing the parameter in ↵Sven Wischnowsky2002-07-011-0/+2
| | | | an assignment (17387)
* two new modes for menu selection: incremental search and interactive (17366)Sven Wischnowsky2002-06-261-1/+1
|
* fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky2002-05-211-3/+23
| | | | file-type-character (17195)
* fix for completion in nested quotes where the sub-word ends in a backslash ↵Sven Wischnowsky2002-05-211-2/+6
| | | | (17192)
* follow-up to 17135, backslash-quoted backslashes in double quotes weren't ↵Sven Wischnowsky2002-05-151-5/+16
| | | | right, yet (17163)
* fix for unquoting with `compset -q' with singly and doubly quoted strings ↵Sven Wischnowsky2002-05-131-12/+87
| | | | (17135)
* add $redirections array to completion system parameters, containing ↵Sven Wischnowsky2002-03-011-4/+20
| | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky2002-02-251-4/+0
| | | | change uses of _guard (16708)
* fix group handling nothing should now possibly be added to the wrong group ↵Sven Wischnowsky2002-02-181-27/+19
| | | | again (16668)
* add new generic fake style and changes to the C-code for that (different ↵Sven Wischnowsky2002-01-221-37/+25
| | | | implementation of compadd -x) (16483)
* make sure auto menu isn't started accidentially when bashautolist is set (16408)Sven Wischnowsky2002-01-071-1/+2
|
* hide all but one match with the same string in the list even for unsorted ↵Sven Wischnowsky2001-10-091-0/+13
| | | | groups (15991)
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-201-10/+4
|
* 15650Sven Wischnowsky2001-08-171-4/+10
|
* fixlet for 15477, don't let it remove consecutive dummy matches (15482)Sven Wischnowsky2001-07-251-1/+1
|
* make display for groups in _describe nicer; improve packing with ↵Sven Wischnowsky2001-07-251-28/+41
| | | | list_packed; leave space for type character (list_types) only in groups with at least one file name (15477)
* (15357)Sven Wischnowsky2001-07-101-1/+1
|
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-2/+2
|
* *** empty log message ***Sven Wischnowsky2001-01-181-5/+6
|
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-5/+11
| | | | signal handlers are only executed when it is safe to run them (13365)
* fix for listpacked for matches as long as screen is wide (minus added ↵Sven Wischnowsky2001-01-081-0/+1
| | | | spaces); more security when freeing matches: make sure current menu match pointer isn't used afterwards (13331)
* add _all_matcher completer and supporting C-code for adding a special match ↵Sven Wischnowsky2000-10-111-39/+44
| | | | representing all other matches; remove completions style from _expand(|_word) (12960)
* make user defined completion widgets leave menu selection without accepting ↵Sven Wischnowsky2000-10-111-3/+5
| | | | the currently selected match (12959)
* don't forget a displayed list when starting menu completion (12884)Sven Wischnowsky2000-10-041-1/+4
|
* fixes for completion in math contexts (12592)Sven Wischnowsky2000-08-111-3/+3
|
* don't let duplicate matches keep us from recognising exact matches if they ↵Sven Wischnowsky2000-07-181-1/+1
| | | | produce the same string on the line (12297)
* AIX dependency fixesOliver Kiddle2000-07-041-1/+4
|
* change format style with warnings tag, don't add descriptions as matches; ↵Sven Wischnowsky2000-07-031-2/+4
| | | | make a-a-i-n-h in menu selection work even without matches (12134)
* make a-a-i-n-h in menu selection work with one match; better undo behaviour ↵Sven Wischnowsky2000-06-281-2/+5
| | | | for menu selection (12093)
* allow subscripts for compadd -[ak]; new style for history completion; better ↵Sven Wischnowsky2000-06-221-29/+43
| | | | list-colors handling (12029)
* improve filename completion; use accept-exact for in-path completion; new ↵Sven Wischnowsky2000-06-191-2/+2
| | | | fake style (11971)
* fix for menu-completion when another completion came right after it (11836)Sven Wischnowsky2000-06-091-0/+1
|
* hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky2000-06-071-6/+7
|
* Felix, 11734: Memory leak and doc error.Bart Schaefer2000-06-031-0/+1
|
* fix some memory leaks (thanks, Felix) (11722)Sven Wischnowsky2000-06-021-0/+1
|
* allow display of only messages via $compstate[list]=messages (11688)Sven Wischnowsky2000-05-311-5/+6
|
* fix for ignore-line style (11679)Sven Wischnowsky2000-05-311-0/+4
|
* matching bugs with patterns with two anchors (11634)Sven Wischnowsky2000-05-291-0/+15
|
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-231-11/+41
|
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-221-2/+2
|
* add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky2000-05-171-44/+46
|
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-161-0/+1
|
* extra paranoia for empty prefix/suffix in completion matching (11374)Sven Wischnowsky2000-05-151-4/+4
|
* fix for compadd -x when there are no matches (11335)Sven Wischnowsky2000-05-121-1/+1
|
* make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky2000-05-111-1/+11
| | | | values for menu style to start menu-selection if list is too long for screen (11319)
* give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2000-05-091-4/+11
| | | | cursor; add insert-tab style (11274)
* some more memory initialisation after allocation; shouldn't possibly have ↵Sven Wischnowsky2000-05-051-3/+7
| | | | done any harm (11193)
* don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2000-05-041-6/+27
| | | | control over this (11140)
* make sure that completion messages are displayed even when there are no ↵Sven Wischnowsky2000-05-031-1/+13
| | | | matches (11092)