about summary refs log tree commit diff
path: root/Src/Zle/zle_tricky.c
Commit message (Expand)AuthorAgeFilesLines
* fix typo in comment (17569)Sven Wischnowsky2002-08-201-1/+1
* fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky2002-08-201-1/+10
* remove qword, it isn't needed anymore (17439)Sven Wischnowsky2002-07-081-12/+1
* add new sepcial context -assign-parameter- for completing the parameter in an...Sven Wischnowsky2002-07-011-6/+19
* fix for unquoting with `compset -q' with singly and doubly quoted strings (17...Sven Wischnowsky2002-05-131-4/+13
* treat backslashed bangs in double quotes specially in get_comp_string(), they...Sven Wischnowsky2002-04-161-0/+6
* remove that -T option to compdef again and instead use comma-separated sub-co...Sven Wischnowsky2002-03-131-0/+1
* don't try to build the redirection string for the loops (for, foreach, select...Sven Wischnowsky2002-03-071-1/+1
* add $redirections array to completion system parameters, containing informati...Sven Wischnowsky2002-03-011-4/+25
* fix completion after var+= to use value context (16418)Sven Wischnowsky2002-01-081-0/+2
* (15357)Sven Wischnowsky2001-07-101-0/+2
* make expand-word not always restore the command line (3940)Sven Wischnowsky2001-06-251-1/+2
* Change magic-space to respect !".Bart Schaefer2001-06-241-1/+5
* fixes for display bugs for completion lists (cursor left one line to far up o...Sven Wischnowsky2001-06-131-1/+3
* more fixage for expansion: just convert the command line to the original when...Sven Wischnowsky2001-05-161-6/+24
* (14350)Sven Wischnowsky2001-05-151-8/+25
* print space/backspace when reacing the last column while printing description...Sven Wischnowsky2001-05-081-1/+4
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-4/+5
* *** empty log message ***Sven Wischnowsky2001-01-181-1/+7
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-4/+15
* don't stop parsing too early when completing inside a command substitution (1...Sven Wischnowsky2000-10-041-0/+1
* fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ...Sven Wischnowsky2000-08-291-1/+3
* fixes for completion in math contexts (12592)Sven Wischnowsky2000-08-111-0/+1
* quote brace-strings (12113)Sven Wischnowsky2000-06-291-8/+12
* typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky2000-06-261-0/+2
* allow _expand to expand braces; better detection of braces to complete in C (...Sven Wischnowsky2000-06-191-1/+25
* allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...Sven Wischnowsky2000-06-161-8/+0
* make C-code expansion add a space only when more than one word was generated ...Sven Wischnowsky2000-06-081-2/+3
* hopefully more consistent beeping with menu-selection (11794)Sven Wischnowsky2000-06-071-3/+5
* save and restore more variables in bufferwords(); move gotword() into core (1...Sven Wischnowsky2000-05-231-18/+0
* make sure wouldinstab is set before calling docomplete() (11503)Sven Wischnowsky2000-05-221-1/+11
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-221-0/+2
* fix for completion of string with single quote (11365)Sven Wischnowsky2000-05-151-2/+5
* give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky2000-05-091-0/+11
* ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ...Sven Wischnowsky2000-04-191-0/+3
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-1/+1
* display number of matches again when asking if a completion list should be sh...Sven Wischnowsky2000-04-131-3/+6
* display number of lines instead of number of matches when asking whether to s...Sven Wischnowsky2000-04-121-2/+2
* addx() inserts x more often (10621)Sven Wischnowsky2000-04-101-1/+2
* fix for bashautolist+automenu (10609)Sven Wischnowsky2000-04-101-3170/+1439
* Initial revisionTanaka Akira1999-04-151-0/+4015