Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 16923: add insert style for inserting matches instead of adding them as a match | Oliver Kiddle | 2002-04-04 | 1 | -0/+5 |
| | |||||
* | 16895: cross-references to the `|&' and `>(...)' syntax. | Bart Schaefer | 2002-03-28 | 1 | -0/+13 |
| | |||||
* | 16913: fix completion after compdef -a and correct typos | Oliver Kiddle | 2002-03-27 | 1 | -13/+12 |
| | |||||
* | alter _generic example to be more robust | Oliver Kiddle | 2002-03-27 | 1 | -2/+2 |
| | |||||
* | 16879: Functions/Zle/up-line-or-beginning-search, | Peter Stephenson | 2002-03-21 | 1 | -0/+11 |
| | | | | | | | Functions/Zle/down-line-or-beginning-search, Doc/Zsh/contrib.yo: originally by Bart --- widgets which combine up-line-or-search and history-beginning-search-backward behaviour. | ||||
* | Add missing close-paren | Bart Schaefer | 2002-03-17 | 1 | -1/+1 |
| | |||||
* | 16842: resolve name clash for nc between netcat and the nedit client for | Oliver Kiddle | 2002-03-15 | 1 | -4/+24 |
| | | | | completion and add _pick_variant to resolve program variants in general | ||||
* | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 2002-03-13 | 1 | -59/+90 |
| | | | | sub-contexts both for function and style lookup (16819) | ||||
* | 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, | Peter Stephenson | 2002-03-05 | 2 | -0/+45 |
| | | | | | | | | | Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line. | ||||
* | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 2002-03-04 | 1 | -22/+55 |
| | | | | compdef; use this for parameter values and redirections (16755) | ||||
* | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 2002-02-25 | 1 | -12/+8 |
| | | | | change uses of _guard (16708) | ||||
* | 16620, 16697: add a and n parameter expansion flags | Oliver Kiddle | 2002-02-22 | 1 | -0/+8 |
| | |||||
* | 16688: clarify the pseudo-randomness of RANDOM. | Clint Adams | 2002-02-21 | 1 | -1/+6 |
| | |||||
* | 16619, 16676: add -c, -l and -p options to the dirs builtin | Oliver Kiddle | 2002-02-20 | 1 | -3/+18 |
| | |||||
* | 16673: add langinfo module as an interface to locale information. | Clint Adams | 2002-02-19 | 2 | -1/+38 |
| | |||||
* | Remove: France ftp.cenatls.cena.dgac.fr | Geoff Wing | 2002-02-19 | 1 | -3/+3 |
| | | | | Add: Netherlands ftp.demon.nl (Phil Pennock <pdp@nl.demon.net>) | ||||
* | allow an argument containing only a single colon as a separator between ↵ | Sven Wischnowsky | 2002-02-18 | 1 | -2/+5 |
| | | | | options to _arguments and specs (16669) | ||||
* | Changed: uiarchive.uiuc.edu path | Geoff Wing | 2002-02-14 | 1 | -1/+1 |
| | |||||
* | Remove: Australia ftp.ips.gov.au | Geoff Wing | 2002-02-14 | 1 | -8/+7 |
| | | | | | | | | | Italy ftp.unina.it Japan ftp.nisiq.net USA FTP foad.org Add: Japan ftp.ayamura.org (Ayamura Kikuchi <ayamura@ayamura.org>) Korea linux.sarang.net (<mirror@linux.sarang.net>) USA HTTP zsh.disillusion.org (Guido Fortunati <zuez@disillusion.org>) | ||||
* | Add a special-dirs example. | Bart Schaefer | 2002-02-12 | 1 | -0/+7 |
| | |||||
* | add -x option (to be passed on to compadd) to _description and friends; make ↵ | Sven Wischnowsky | 2002-02-12 | 1 | -9/+16 |
| | | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609) | ||||
* | 16492: add RPROMPT2 variable for right prompts in multi-line commands | Oliver Kiddle | 2002-01-31 | 1 | -0/+9 |
| | |||||
* | 16419: Improve _arguments syntax summary. | Bart Schaefer | 2002-01-26 | 1 | -1/+1 |
| | |||||
* | 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support | Peter Stephenson | 2002-01-22 | 1 | -0/+33 |
| | | | | | (#q...) EXTENDED_GLOB syntax for qualifiers. May be chained, ignored by pattern matching code. | ||||
* | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 2002-01-22 | 1 | -1/+22 |
| | | | | implementation of compadd -x) (16483) | ||||
* | allow arguments to be given to functions used by compdef (actually, the ↵ | Sven Wischnowsky | 2002-01-21 | 1 | -1/+14 |
| | | | | strings are eval'uated, so this should be powerful enough) (16472) | ||||
* | allow manual pages to be shown separated by section with new ↵ | Sven Wischnowsky | 2002-01-10 | 1 | -0/+9 |
| | | | | separate-sections style (16426) | ||||
* | fixes for completion of signal names with SIG prefix and for completing ↵ | Sven Wischnowsky | 2002-01-07 | 1 | -1/+2 |
| | | | | command names instead of pids (16406) | ||||
* | 16398: updated zstyle completion and related cleanup | Oliver Kiddle | 2002-01-04 | 2 | -4/+43 |
| | |||||
* | 16353: add += parameter assignments | Oliver Kiddle | 2001-12-17 | 1 | -2/+3 |
| | |||||
* | 16357: change (n) to (u) so (n) can be reserved. for numeric sorting. | Clint Adams | 2001-12-17 | 1 | -3/+3 |
| | |||||
* | 16346: docs for (n) flag. | Clint Adams | 2001-12-16 | 1 | -0/+3 |
| | |||||
* | * 16310: Functions/Misc/zcalc, Doc/Zsh/contrib.yo: separate zcalc | Peter Stephenson | 2001-12-07 | 1 | -2/+7 |
| | | | | history, handle errors in expression, document -#base option. | ||||
* | 16241: new rand48(param) math function | Peter Stephenson | 2001-11-15 | 1 | -0/+33 |
| | |||||
* | 16228: allow widths and precisions to work with printf's %b format specifier | Oliver Kiddle | 2001-11-09 | 1 | -3/+4 |
| | |||||
* | 16224: add -n option to kill and complete options from _kill | Oliver Kiddle | 2001-11-06 | 1 | -3/+3 |
| | |||||
* | 16198: add %j prompt expansion and j test character for no. of jobs in prompt | Oliver Kiddle | 2001-11-02 | 1 | -0/+4 |
| | |||||
* | 15793: Src/Modules/zftp.c: require zsh/net/tcp explicitly. | Peter Stephenson | 2001-10-26 | 1 | -7/+8 |
| | | | | 15171: Doc/Zsh/zftpsys.yo: minor changes of phrasing | ||||
* | Fix for texi2html 1.64 | Peter Stephenson | 2001-10-24 | 2 | -2/+4 |
| | |||||
* | 16063: add transientrprompt option to remove right prompt from | Geoff Wing | 2001-10-24 | 1 | -0/+5 |
| | | | | display when accepting commands | ||||
* | allow arguments to be specified in printf format specifications (16080) | Oliver Kiddle | 2001-10-18 | 1 | -3/+10 |
| | |||||
* | add sourceforge to metafaq | Peter Stephenson | 2001-10-16 | 1 | -0/+4 |
| | |||||
* | use arithmetic evaluation for numeric arguments to printf (16042) | Oliver Kiddle | 2001-10-15 | 1 | -2/+4 |
| | |||||
* | 16006: use styles for mail directory, pine directory, and muttrc. | Clint Adams | 2001-10-10 | 1 | -0/+15 |
| | |||||
* | change file completion default to offer globbed files and directories on ↵ | Sven Wischnowsky | 2001-10-09 | 1 | -9/+11 |
| | | | | first try (15995) | ||||
* | add print -f option, %n format specifier and tests for print/printf (15973) | Oliver Kiddle | 2001-10-08 | 1 | -3/+9 |
| | |||||
* | Norbert Koch: 15954: fix variable name inconsistency | Clint Adams | 2001-10-06 | 1 | -1/+1 |
| | |||||
* | add printf builtin (15851, 15948) | Oliver Kiddle | 2001-10-05 | 1 | -0/+18 |
| | |||||
* | make expand style (file completion) work again; no more special behaviour ↵ | Sven Wischnowsky | 2001-10-05 | 1 | -5/+5 |
| | | | | with menu completion; try to make docs clearer (15944) | ||||
* | s/AUTO_CONT/AUTO_CONTINUE/ | Geoff Wing | 2001-10-05 | 1 | -1/+1 |
| |