Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix typo in comment (17569) | Sven Wischnowsky | 2002-08-20 | 1 | -1/+1 |
| | |||||
* | fix default completion module loading, use compctl if it hasn't been loaded ↵ | Sven Wischnowsky | 2002-08-20 | 1 | -1/+10 |
| | | | | already and no completion widgets have been defined (17567) | ||||
* | remove qword, it isn't needed anymore (17439) | Sven Wischnowsky | 2002-07-08 | 1 | -12/+1 |
| | |||||
* | add new sepcial context -assign-parameter- for completing the parameter in ↵ | Sven Wischnowsky | 2002-07-01 | 1 | -6/+19 |
| | | | | an assignment (17387) | ||||
* | fix for unquoting with `compset -q' with singly and doubly quoted strings ↵ | Sven Wischnowsky | 2002-05-13 | 1 | -4/+13 |
| | | | | (17135) | ||||
* | treat backslashed bangs in double quotes specially in get_comp_string(), ↵ | Sven Wischnowsky | 2002-04-16 | 1 | -0/+6 |
| | | | | they are more like $s there (16990) | ||||
* | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 2002-03-13 | 1 | -0/+1 |
| | | | | sub-contexts both for function and style lookup (16819) | ||||
* | don't try to build the redirection string for the loops (for, foreach, ↵ | Sven Wischnowsky | 2002-03-07 | 1 | -1/+1 |
| | | | | select) (16776) | ||||
* | add $redirections array to completion system parameters, containing ↵ | Sven Wischnowsky | 2002-03-01 | 1 | -4/+25 |
| | | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) | ||||
* | fix completion after var+= to use value context (16418) | Sven Wischnowsky | 2002-01-08 | 1 | -0/+2 |
| | |||||
* | (15357) | Sven Wischnowsky | 2001-07-10 | 1 | -0/+2 |
| | |||||
* | make expand-word not always restore the command line (3940) | Sven Wischnowsky | 2001-06-25 | 1 | -1/+2 |
| | |||||
* | Change magic-space to respect !". | Bart Schaefer | 2001-06-24 | 1 | -1/+5 |
| | |||||
* | fixes for display bugs for completion lists (cursor left one line to far up ↵ | Sven Wischnowsky | 2001-06-13 | 1 | -1/+3 |
| | | | | or down) (14903) | ||||
* | more fixage for expansion: just convert the command line to the original ↵ | Sven Wischnowsky | 2001-05-16 | 1 | -6/+24 |
| | | | | when expansion shouldn't or couldn't do something sensible on the line (14359) | ||||
* | (14350) | Sven Wischnowsky | 2001-05-15 | 1 | -8/+25 |
| | |||||
* | print space/backspace when reacing the last column while printing ↵ | Sven Wischnowsky | 2001-05-08 | 1 | -1/+4 |
| | | | | descriptions and the like to avoid a cursor positioning bug depending on the kind of terminal (autowrap) (14251) | ||||
* | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 2001-02-28 | 1 | -4/+5 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2001-01-18 | 1 | -1/+7 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -4/+15 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | don't stop parsing too early when completing inside a command substitution ↵ | Sven Wischnowsky | 2000-10-04 | 1 | -0/+1 |
| | | | | (12885) | ||||
* | fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() ↵ | Sven Wischnowsky | 2000-08-29 | 1 | -1/+3 |
| | | | | (12717) | ||||
* | fixes for completion in math contexts (12592) | Sven Wischnowsky | 2000-08-11 | 1 | -0/+1 |
| | |||||
* | quote brace-strings (12113) | Sven Wischnowsky | 2000-06-29 | 1 | -8/+12 |
| | |||||
* | typo in _history; missing free()s in zle_tricky.c (12067) | Sven Wischnowsky | 2000-06-26 | 1 | -0/+2 |
| | |||||
* | allow _expand to expand braces; better detection of braces to complete in C ↵ | Sven Wischnowsky | 2000-06-19 | 1 | -1/+25 |
| | | | | (11973) | ||||
* | allow completion after `a{{b,c},'; fix for closing brace re-insertion when ↵ | Sven Wischnowsky | 2000-06-16 | 1 | -8/+0 |
| | | | | completing from both ends (CLF_MID) (11939) | ||||
* | make C-code expansion add a space only when more than one word was generated ↵ | Sven Wischnowsky | 2000-06-08 | 1 | -2/+3 |
| | | | | (11814) | ||||
* | hopefully more consistent beeping with menu-selection (11794) | Sven Wischnowsky | 2000-06-07 | 1 | -3/+5 |
| | |||||
* | save and restore more variables in bufferwords(); move gotword() into core ↵ | Sven Wischnowsky | 2000-05-23 | 1 | -18/+0 |
| | | | | (11523) | ||||
* | make sure wouldinstab is set before calling docomplete() (11503) | Sven Wischnowsky | 2000-05-22 | 1 | -1/+11 |
| | |||||
* | be more careful when decided if to insert tabs instead of completing (11493) | Sven Wischnowsky | 2000-05-22 | 1 | -0/+2 |
| | |||||
* | fix for completion of string with single quote (11365) | Sven Wischnowsky | 2000-05-15 | 1 | -2/+5 |
| | |||||
* | give control over insertion of tab when no non-blank character before ↵ | Sven Wischnowsky | 2000-05-09 | 1 | -0/+11 |
| | | | | cursor; add insert-tab style (11274) | ||||
* | ensure zsh/compctl (ick!) module is loaded when zle is loaded from init file ↵ | Sven Wischnowsky | 2000-04-19 | 1 | -0/+3 |
| | | | | but zsh/complete isn't (10828) | ||||
* | scrolling in completion lists and menu-selection, version1 | Sven Wischnowsky | 2000-04-17 | 1 | -1/+1 |
| | |||||
* | display number of matches again when asking if a completion list should be ↵ | Sven Wischnowsky | 2000-04-13 | 1 | -3/+6 |
| | | | | shown (only when not zero) (10724) | ||||
* | display number of lines instead of number of matches when asking whether to ↵ | Sven Wischnowsky | 2000-04-12 | 1 | -2/+2 |
| | | | | show completion lists (10686) | ||||
* | addx() inserts x more often (10621) | Sven Wischnowsky | 2000-04-10 | 1 | -1/+2 |
| | |||||
* | fix for bashautolist+automenu (10609) | Sven Wischnowsky | 2000-04-10 | 1 | -3170/+1439 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+4015 |