Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 29338: fix pattern in _main_complete for insert-tab. | Mikael Magnusson | 2011-05-24 | 1 | -1/+1 |
| | |||||
* | users/15621: compdef -p/-P <pat>=<service> | Peter Stephenson | 2010-12-06 | 1 | -0/+5 |
| | | | | users/15622: use service with _pick_variant | ||||
* | 27911: no completion colouring with old lists when turned off | Peter Stephenson | 2010-04-27 | 1 | -2/+7 |
| | |||||
* | users/14267: files added by ignore-line should be quoted | Peter Stephenson | 2009-07-30 | 1 | -6/+7 |
| | |||||
* | 26801: add completion for calendar function | Peter Stephenson | 2009-04-01 | 1 | -0/+3 |
| | | | | add tracking of precommand modifiers that are in effect | ||||
* | 26746: tweak history modifier completion | Peter Stephenson | 2009-03-17 | 1 | -1/+3 |
| | |||||
* | 26744: completion of history modifiers in normal command line arguments | Peter Stephenson | 2009-03-16 | 1 | -0/+13 |
| | |||||
* | users/10989: add fake-always pattern that overrides ignored-patterns | Peter Stephenson | 2006-11-15 | 1 | -8/+16 |
| | |||||
* | 20427: Fix problem with _oldlist and custom completer. | Peter Stephenson | 2004-10-01 | 1 | -1/+11 |
| | | | | 20339: show-completer style | ||||
* | 20254: restrict scope of the default tag-order to fix a problem with cdrecord | Oliver Kiddle | 2004-08-11 | 1 | -0/+1 |
| | | | | completion. Ideally the tag-order should go but _arguments currently needs it. | ||||
* | users/7467: quoted commands weren't found in dispatcher lokoup | Peter Stephenson | 2004-06-03 | 1 | -0/+4 |
| | |||||
* | zsh-users/7100: fix completion of =file when noequals is set | Peter Stephenson | 2004-03-02 | 1 | -1/+1 |
| | |||||
* | 18920: fix unset IFS betterer | Peter Stephenson | 2003-08-01 | 1 | -0/+2 |
| | |||||
* | 18859: Allow the sort style to override sorting by setting explicitly to false. | Peter Stephenson | 2003-07-21 | 1 | -1/+13 |
| | |||||
* | 18472: spelling corrections | Oliver Kiddle | 2003-04-25 | 1 | -3/+1 |
| | |||||
* | 18299: allow _next_tags to work with nested tag loops | Oliver Kiddle | 2003-02-26 | 3 | -0/+5 |
| | |||||
* | two new modes for menu selection: incremental search and interactive (17366) | Sven Wischnowsky | 2002-06-26 | 1 | -0/+13 |
| | |||||
* | 16849: shift off `-s' argument. | Bart Schaefer | 2002-03-17 | 1 | -0/+1 |
| | |||||
* | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 2002-03-13 | 2 | -35/+19 |
| | | | | sub-contexts both for function and style lookup (16819) | ||||
* | unposted: usual fixups for .distfiles zsh-4.1.0-dev-4 | Peter Stephenson | 2002-03-05 | 1 | -0/+1 |
| | |||||
* | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 2002-03-04 | 2 | -113/+108 |
| | | | | compdef; use this for parameter values and redirections (16755) | ||||
* | make _message inhibit insertion of matches unless there are faked ones (16710) | Sven Wischnowsky | 2002-02-25 | 1 | -0/+2 |
| | |||||
* | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 2002-02-25 | 1 | -2/+8 |
| | | | | change uses of _guard (16708) | ||||
* | add -x option (to be passed on to compadd) to _description and friends; make ↵ | Sven Wischnowsky | 2002-02-12 | 6 | -48/+34 |
| | | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609) | ||||
* | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 2002-01-22 | 3 | -2/+28 |
| | | | | implementation of compadd -x) (16483) | ||||
* | allow arguments to be given to functions used by compdef (actually, the ↵ | Sven Wischnowsky | 2002-01-21 | 1 | -3/+3 |
| | | | | strings are eval'uated, so this should be powerful enough) (16472) | ||||
* | make insert-tab really default to `true' (15653) | Sven Wischnowsky | 2001-08-17 | 1 | -1/+1 |
| | |||||
* | Fix "insert-tab pending" zstyle. | Bart Schaefer | 2001-06-20 | 1 | -2/+2 |
| | |||||
* | spelling corrections | Oliver Kiddle | 2001-05-29 | 1 | -1/+1 |
| | |||||
* | use `eval $_comp_setup' in all entry points of the completion system to not ↵ | Sven Wischnowsky | 2001-05-29 | 1 | -6/+1 |
| | | | | only set up the options, but also redirect stdin and ignore trap handlers for ZERR (14530) | ||||
* | 14509: ZLS_COLOURS/ZLS_COLORS consistency | Clint Adams | 2001-05-28 | 1 | -1/+1 |
| | |||||
* | fix to include + options in tag order (14416) | Oliver Kiddle | 2001-05-21 | 1 | -1/+1 |
| | |||||
* | empty description means: don't add a -X option (14252) | Sven Wischnowsky | 2001-05-08 | 1 | -2/+7 |
| | |||||
* | new or changed after move | Sven Wischnowsky | 2001-04-02 | 1 | -0/+5 |
| | |||||
* | moved from Completion/Core/_wanted | Sven Wischnowsky | 2001-04-02 | 1 | -0/+26 |
| | |||||
* | moved from Completion/Core/_tags | Sven Wischnowsky | 2001-04-02 | 1 | -0/+66 |
| | |||||
* | moved from Completion/Core/_setup | Sven Wischnowsky | 2001-04-02 | 1 | -0/+73 |
| | |||||
* | moved from Completion/Core/_requested | Sven Wischnowsky | 2001-04-02 | 1 | -0/+19 |
| | |||||
* | moved from Completion/Core/_normal | Sven Wischnowsky | 2001-04-02 | 1 | -0/+128 |
| | |||||
* | moved from Completion/Core/_next_label | Sven Wischnowsky | 2001-04-02 | 1 | -0/+25 |
| | |||||
* | moved from Completion/Core/_message | Sven Wischnowsky | 2001-04-02 | 1 | -0/+20 |
| | |||||
* | moved from Completion/Core/_main_complete | Sven Wischnowsky | 2001-04-02 | 1 | -0/+330 |
| | |||||
* | moved from Completion/Core/_description | Sven Wischnowsky | 2001-04-02 | 1 | -0/+70 |
| | |||||
* | moved from Completion/Core/_all_labels | Sven Wischnowsky | 2001-04-02 | 1 | -0/+43 |