about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* 16923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle2002-04-043-2/+16
|
* 16927 + a usage-message fix.Wayne Davison2002-03-301-0/+6
|
* + Added -W to auto-convert wildcards in both the find and replace strings.Wayne Davison2002-03-301-17/+43
| | | | | + Fixed the usage message to output the '$' args and '\' characters (they were getting eaten).
* 16895: cross-references to the `|&' and `>(...)' syntax.Bart Schaefer2002-03-282-0/+18
|
* 16913: fix completion after compdef -a and correct typosOliver Kiddle2002-03-273-17/+20
|
* John Beppu: 16866: new completion for figletOliver Kiddle2002-03-272-0/+43
|
* alter _generic example to be more robustOliver Kiddle2002-03-272-3/+7
|
* 16890Wayne Davison2002-03-241-0/+9
|
* Made SAVEHIST a special parameter.Wayne Davison2002-03-241-0/+20
|
* Added "savehistsiz" (for the new SAVEHIST special parameter), and used itWayne Davison2002-03-241-5/+9
| | | | in place of getiparam("SAVEHIST").
* Got rid of unused-variable compiler warning.Wayne Davison2002-03-241-2/+2
|
* 16879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson2002-03-214-0/+45
| | | | | | | 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.
* handle dot files and directories tooOliver Kiddle2002-03-191-1/+1
|
* 16864: fix remote file completion with relative pathsOliver Kiddle2002-03-192-8/+18
|
* correct my mistake which broke file completion after grepOliver Kiddle2002-03-192-1/+4
|
* arg to -C option must be in the same wordOliver Kiddle2002-03-191-1/+1
|
* 16862: allow print's -s and -z options to be used with -fOliver Kiddle2002-03-193-60/+105
|
* 16850: remote file completion via rsync and ssh, plus all options valid in ↵Clint Adams2002-03-172-14/+172
| | | | rsync 2.5.2.
* 16849: shift off `-s' argument.Bart Schaefer2002-03-172-0/+5
|
* Add missing close-parenBart Schaefer2002-03-171-1/+1
|
* 16847: complete multiple -j's after cvs update.Clint Adams2002-03-172-1/+4
|
* 16846: complete xdvi .dvi.gz and .dvi.bz2 too.Clint Adams2002-03-172-1/+6
|
* 16820: change tests to match 16759.Bart Schaefer2002-03-162-3/+4
|
* 16842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle2002-03-1514-98/+94
| | | | completion and add _pick_variant to resolve program variants in general
* 16838: complete new options of grep 2.5 and value for GREP_OPTIONS parameterOliver Kiddle2002-03-152-12/+38
|
* correct typo in ChangelogOliver Kiddle2002-03-141-1/+1
|
* 16823: complete for values of GZIP and any *PATH or *path parametersOliver Kiddle2002-03-145-6/+19
|
* 16821+16831: _gzip, _compress, _bzip2 complete after redirectionsPeter Stephenson2002-03-144-3/+10
|
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-1323-312/+293
| | | | sub-contexts both for function and style lookup (16819)
* 16804: completion for sccsOliver Kiddle2002-03-113-1/+137
|
* 16803: option descriptionsOliver Kiddle2002-03-113-96/+87
|
* 16789: completion for netcatClint Adams2002-03-102-0/+37
|
* document the impossibility of timing builtinsClint Adams2002-03-102-0/+6
|
* Fix parsing of binary infix operators of test builtin.Bart Schaefer2002-03-072-3/+12
|
* Stop mentioning long-dead globbing bug.Bart Schaefer2002-03-071-4/+0
|
* 16779: Completion/Unix/Command/_mysqldiff,Adam Spiers2002-03-073-1/+38
| | | | | Completion/Unix/Command/.distfiles: new completion for my mysqldiff utility.
* 16778: completion by Istvan Sebestyen for irssi.Clint Adams2002-03-073-1/+52
|
* don't try to build the redirection string for the loops (for, foreach, ↵Sven Wischnowsky2002-03-072-1/+4
| | | | select) (16776)
* make zrecompile show the error messages from zcompile unless the -q option ↵Sven Wischnowsky2002-03-072-9/+19
| | | | is given (16774)
* 16769: Completion/Unix/Command/_gcc: fix typoAdam Spiers2002-03-062-1/+5
|
* unposted: usual fixups for .distfiles zsh-4.1.0-dev-4Peter Stephenson2002-03-054-2/+8
|
* unposted: Config/version.mk: 4.1.0-dev-4Peter Stephenson2002-03-052-2/+4
|
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-055-23/+189
| | | | | | | | | 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 Stephenson2002-03-042-5/+14
| | | | | | 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 Wischnowsky2002-03-0422-300/+471
| | | | compdef; use this for parameter values and redirections (16755)
* add $redirections array to completion system parameters, containing ↵Sven Wischnowsky2002-03-016-25/+82
| | | | 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 Schaefer2002-03-012-1/+6
|
* allow nterruption of empty while-loops with ^C (16711)Sven Wischnowsky2002-02-252-31/+50
|
* make _message inhibit insertion of matches unless there are faked ones (16710)Sven Wischnowsky2002-02-253-1/+7
|
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky2002-02-259-32/+34
| | | | change uses of _guard (16708)