Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix for parse error with left-anchored patterns (10963) | Sven Wischnowsky | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | make menu-selection handle undefined-key (10961) | Sven Wischnowsky | 2000-04-27 | 1 | -0/+2 |
| | |||||
* | *** empty log message *** | Sven Wischnowsky | 2000-04-27 | 1 | -1/+1 |
| | |||||
* | renamed parameters for menu selection to MENUSELECT, MENUPROMPT and ↵ | Sven Wischnowsky | 2000-04-27 | 4 | -26/+29 |
| | | | | MENUSCROLL; no special value for LISTMAX to turn on list scrolling, this is done by setting LISTPROMPT now; default values for LISTPROMPT and MENUPROMPT when set but empty (10959) | ||||
* | allow to anchor on gaps between strings in matching control specs (10926) | Sven Wischnowsky | 2000-04-26 | 2 | -24/+62 |
| | |||||
* | faster test for `*'-patterns in matching control; prefer direct character ↵ | Sven Wischnowsky | 2000-04-26 | 1 | -4/+38 |
| | | | | matches over match specs in recursive invocations of match_str() (10925) | ||||
* | fix for matching control; improve merging cline lists (10924) | Sven Wischnowsky | 2000-04-26 | 1 | -9/+21 |
| | |||||
* | don't show empty hidden matches even in menu-selection (10917) | Sven Wischnowsky | 2000-04-25 | 2 | -4/+19 |
| | |||||
* | re-calculate number of line with mark when needed; make default prompts more ↵ | Sven Wischnowsky | 2000-04-25 | 1 | -0/+16 |
| | | | | consistent (10916) | ||||
* | forgotten fix for _arguments using multiple actions (10915) | Sven Wischnowsky | 2000-04-25 | 1 | -2/+2 |
| | |||||
* | don't always ignore backslashes in paths when testing file type (10912) | Sven Wischnowsky | 2000-04-25 | 1 | -0/+3 |
| | |||||
* | report prefix/suffix of parameter expansion in IPREFIX/ISUFFIX; make _expand ↵ | Sven Wischnowsky | 2000-04-25 | 2 | -6/+27 |
| | | | | use them to be able to expand $foo (10909) | ||||
* | make _arguments use more than one action when appropriate; add ↵ | Sven Wischnowsky | 2000-04-25 | 1 | -76/+212 |
| | | | | _argument_sets to complete different sets of arguments and options for the same command (10908) | ||||
* | fix off-by-one error in scrolled menu-selections (10868) | Sven Wischnowsky | 2000-04-20 | 1 | -10/+11 |
| | |||||
* | 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) | ||||
* | default for list-prompt style, %[MLP] use fixed-width strings, %[mlp] use ↵ | Sven Wischnowsky | 2000-04-19 | 1 | -12/+49 |
| | | | | variable-width strings (10816) | ||||
* | completion list scrolling cleanup; *STATUS renamed to *PROMPT, styles for ↵ | Sven Wischnowsky | 2000-04-18 | 1 | -29/+48 |
| | | | | new used parameters, use local keymap when waiting at list-prompt (10801) | ||||
* | join_clines() tested the wrong variable (10798) | Sven Wischnowsky | 2000-04-18 | 1 | -2/+2 |
| | |||||
* | scrolling in completion lists and menu-selection, version1 | Sven Wischnowsky | 2000-04-17 | 6 | -352/+1525 |
| | |||||
* | fix for exclusion lists for -+o specifications | Sven Wischnowsky | 2000-04-17 | 1 | -3/+3 |
| | |||||
* | make _tags use C-code for braces in tag-order values; and misc. stuff (10775) | Sven Wischnowsky | 2000-04-17 | 1 | -29/+51 |
| | |||||
* | fix for partial word completion with empty parts and common suffix (10774) | Sven Wischnowsky | 2000-04-17 | 1 | -18/+48 |
| | |||||
* | comment the `#if's for group numbers in $compstate[insert] (10725) | Sven Wischnowsky | 2000-04-13 | 3 | -0/+8 |
| | |||||
* | display number of matches again when asking if a completion list should be ↵ | Sven Wischnowsky | 2000-04-13 | 2 | -6/+14 |
| | | | | shown (only when not zero) (10724) | ||||
* | forgot one #if for commenting out the group-stuff for $compstate[insert] | Sven Wischnowsky | 2000-04-12 | 1 | -1/+2 |
| | |||||
* | comment out the code to allow $compstate[insert] to select the group (10690) | Sven Wischnowsky | 2000-04-12 | 3 | -67/+2935 |
| | |||||
* | display number of lines instead of number of matches when asking whether to ↵ | Sven Wischnowsky | 2000-04-12 | 2 | -4/+4 |
| | | | | show completion lists (10686) | ||||
* | new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing ↵ | Sven Wischnowsky | 2000-04-12 | 2 | -137/+315 |
| | | | | to find word (10685) | ||||
* | _wanted now tests both tags and labels; change places where _wanted was ↵ | Sven Wischnowsky | 2000-04-11 | 1 | -1/+9 |
| | | | | called without a command; allow multiple patterns per string in file-patterns; update _next_tags to work with labels (10632) | ||||
* | addx() inserts x more often (10621) | Sven Wischnowsky | 2000-04-10 | 1 | -1/+2 |
| | |||||
* | fix for bashautolist+automenu (10609) | Sven Wischnowsky | 2000-04-10 | 3 | -3173/+1445 |
| | |||||
* | cursor placed on wrong word part with ** match spec (10573) | Sven Wischnowsky | 2000-04-07 | 1 | -0/+6 |
| | |||||
* | $PENDING special zle parameter, giving number of un-read bytes | Sven Wischnowsky | 2000-04-05 | 1 | -8/+138 |
| | |||||
* | fix for comparguments: completion of options after option with | Sven Wischnowsky | 2000-04-04 | 1 | -1/+2 |
| | | | | rest-arguments was wrong | ||||
* | make _next_tags be usable with menu-completion | Sven Wischnowsky | 2000-04-04 | 1 | -7/+18 |
| | |||||
* | Copy QIPREFIX/QISUFFIX. | Sven Wischnowsky | 2000-04-04 | 1 | -2/+2 |
| | |||||
* | Various completion fixes | Sven Wischnowsky | 2000-04-03 | 1 | -1/+15 |
| | |||||
* | Recognise new parts in partial word completion | Sven Wischnowsky | 2000-04-03 | 1 | -2/+2 |
| | |||||
* | Updated from list as far as 10376 | Peter Stephenson | 2000-04-01 | 8 | -1708/+2949 |
| | |||||
* | zsh-workers/8843 | Tanaka Akira | 1999-12-06 | 2 | -136/+0 |
| | |||||
* | zsh-workers/8725 | Tanaka Akira | 1999-11-23 | 1 | -11/+0 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-11-04 | 1 | -0/+126 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-11-01 | 3 | -0/+6376 |
| | |||||
* | removed. | Tanaka Akira | 1999-10-27 | 3 | -316/+0 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-26 | 5 | -0/+1765 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-18 | 1 | -0/+11 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-10-12 | 2 | -0/+1894 |
| | |||||
* | Sync up with zsh-3_1_6-pws-1. | Tanaka Akira | 1999-08-12 | 1 | -10/+0 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-06-27 | 2 | -0/+921 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 31 | -0/+14971 |