Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make zrecompile show the error messages from zcompile unless the -q option ↵ | Sven Wischnowsky | 2002-03-07 | 1 | -0/+5 |
| | | | | is given (16774) | ||||
* | 16769: Completion/Unix/Command/_gcc: fix typo | Adam Spiers | 2002-03-06 | 1 | -0/+4 |
| | |||||
* | unposted: usual fixups for .distfiles zsh-4.1.0-dev-4 | Peter Stephenson | 2002-03-05 | 1 | -1/+5 |
| | |||||
* | unposted: Config/version.mk: 4.1.0-dev-4 | Peter Stephenson | 2002-03-05 | 1 | -0/+2 |
| | |||||
* | 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, | Peter Stephenson | 2002-03-05 | 1 | -0/+10 |
| | | | | | | | | | 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. | ||||
* | 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>: | Peter Stephenson | 2002-03-04 | 1 | -0/+7 |
| | | | | | | cd prints output whenever the target directory is not obvious to the user. This confuses scripts, so restrict it to interactive mode. | ||||
* | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 2002-03-04 | 1 | -0/+19 |
| | | | | compdef; use this for parameter values and redirections (16755) | ||||
* | add $redirections array to completion system parameters, containing ↵ | Sven Wischnowsky | 2002-03-01 | 1 | -0/+8 |
| | | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) | ||||
* | 16748: Fix infinite loop introduced by 16464. | Bart Schaefer | 2002-03-01 | 1 | -0/+5 |
| | |||||
* | allow nterruption of empty while-loops with ^C (16711) | Sven Wischnowsky | 2002-02-25 | 1 | -0/+3 |
| | |||||
* | make _message inhibit insertion of matches unless there are faked ones (16710) | Sven Wischnowsky | 2002-02-25 | 1 | -0/+4 |
| | |||||
* | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 2002-02-25 | 1 | -0/+9 |
| | | | | change uses of _guard (16708) | ||||
* | 16703 | Wayne Davison | 2002-02-22 | 1 | -0/+9 |
| | |||||
* | 16620, 16697: add a and n parameter expansion flags | Oliver Kiddle | 2002-02-22 | 1 | -0/+6 |
| | |||||
* | 16689: list some things to do. | Clint Adams | 2002-02-21 | 1 | -0/+2 |
| | |||||
* | 16688: clarify the pseudo-randomness of RANDOM. | Clint Adams | 2002-02-21 | 1 | -0/+5 |
| | |||||
* | Fix sed expression to correctly extract option names from ~/.pinerc file. | Bart Schaefer | 2002-02-21 | 1 | -0/+5 |
| | |||||
* | 16678 | Wayne Davison | 2002-02-20 | 1 | -0/+4 |
| | |||||
* | 16619, 16676: add -c, -l and -p options to the dirs builtin | Oliver Kiddle | 2002-02-20 | 1 | -0/+6 |
| | |||||
* | 16673: add langinfo module as an interface to locale information. | Clint Adams | 2002-02-19 | 1 | -0/+7 |
| | |||||
* | unposted: METAFAQ distribution sites fixup | Geoff Wing | 2002-02-19 | 1 | -0/+3 |
| | |||||
* | 16635: make sure we display lists in singlelinezle mode | Geoff Wing | 2002-02-19 | 1 | -0/+5 |
| | |||||
* | 16672 | Wayne Davison | 2002-02-18 | 1 | -0/+5 |
| | |||||
* | allow an argument containing only a single colon as a separator between ↵ | Sven Wischnowsky | 2002-02-18 | 1 | -0/+4 |
| | | | | options to _arguments and specs (16669) | ||||
* | fix group handling nothing should now possibly be added to the wrong group ↵ | Sven Wischnowsky | 2002-02-18 | 1 | -0/+3 |
| | | | | again (16668) | ||||
* | fix test for prefix-needed (16667) | Sven Wischnowsky | 2002-02-18 | 1 | -0/+5 |
| | |||||
* | 16662: use parameter expansion instead of grep, sed, and seq. | Clint Adams | 2002-02-17 | 1 | -0/+5 |
| | |||||
* | users/4678 | Wayne Davison | 2002-02-16 | 1 | -0/+5 |
| | |||||
* | 16625 | Wayne Davison | 2002-02-16 | 1 | -0/+5 |
| | |||||
* | 16618 | Wayne Davison | 2002-02-16 | 1 | -0/+5 |
| | |||||
* | Gergely Nagy, 16644: completion for cdcd. | Clint Adams | 2002-02-14 | 1 | -0/+5 |
| | |||||
* | unposted: METAFAQ distribution sites fixup | Geoff Wing | 2002-02-14 | 1 | -0/+5 |
| | |||||
* | Two unposted tweaks. | Wayne Davison | 2002-02-12 | 1 | -0/+7 |
| | |||||
* | Add a special-dirs example. | Bart Schaefer | 2002-02-12 | 1 | -0/+5 |
| | |||||
* | add -x option (to be passed on to compadd) to _description and friends; make ↵ | Sven Wischnowsky | 2002-02-12 | 1 | -0/+10 |
| | | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609) | ||||
* | unposted: improve apm and screen handling | Clint Adams | 2002-02-09 | 1 | -0/+5 |
| | |||||
* | 16590: use a prefix match instead of a "fuzzy-exact" match. | Clint Adams | 2002-02-08 | 1 | -0/+5 |
| | |||||
* | fix for displaying matches in groups via _describe; go back to displaying ↵ | Sven Wischnowsky | 2002-02-07 | 1 | -0/+6 |
| | | | | one match per line when lines get too long (16582) | ||||
* | unposted: Colin Walters's prompt, adapted for the theme system | Clint Adams | 2002-02-07 | 1 | -0/+6 |
| | |||||
* | 16577: don't return a single dot as the path head of a slash. | Clint Adams | 2002-02-06 | 1 | -1/+6 |
| | |||||
* | 16568: get listing of entire directory for approximation and other purposes. | Clint Adams | 2002-02-05 | 1 | -0/+3 |
| | |||||
* | 16566: show ls -F classifiers as display strings. | Clint Adams | 2002-02-05 | 1 | -0/+5 |
| | |||||
* | 16556: No error on `print >&-'. | Bart Schaefer | 2002-02-04 | 1 | -0/+5 |
| | |||||
* | 16555: add | to bracket expression, 2>/dev/null | Clint Adams | 2002-02-04 | 1 | -2/+2 |
| | |||||
* | 16553: differentiate between files and directories during remote scp completion. | Clint Adams | 2002-02-04 | 1 | -0/+5 |
| | |||||
* | Fixed some problems with _cvs and flags. Fixed _perl to complete a script | Felix Rosencrantz | 2002-02-04 | 1 | -0/+7 |
| | | | | args with _normal. | ||||
* | 16540: short options and local files | Clint Adams | 2002-02-03 | 1 | -0/+5 |
| | |||||
* | Akinori Musha: 16534: a few bug fixes and some wording fixes | Oliver Kiddle | 2002-02-01 | 1 | -1/+6 |
| | |||||
* | use RPS2 to put states on the right | Oliver Kiddle | 2002-01-31 | 1 | -0/+3 |
| | |||||
* | 16494: extract outermost words with negative arguments to %_ and add %^ | Oliver Kiddle | 2002-01-31 | 1 | -0/+4 |
| |