summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-04-04name tweakClint Adams1-1/+1
2002-04-0416934: complete ssh -1 as well as ssh -2.Clint Adams2-0/+5
2002-04-04add original string as match (like in _approximate)Oliver Kiddle2-3/+17
2002-04-0416933: more sophisticated versions of these functionsOliver Kiddle3-16/+32
2002-04-0416923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle3-2/+16
2002-03-3016927 + a usage-message fix.Wayne Davison1-0/+6
2002-03-30+ Added -W to auto-convert wildcards in both the find and replace strings.Wayne Davison1-17/+43
+ Fixed the usage message to output the '$' args and '\' characters (they were getting eaten).
2002-03-2816895: cross-references to the `|&' and `>(...)' syntax.Bart Schaefer2-0/+18
2002-03-2716913: fix completion after compdef -a and correct typosOliver Kiddle3-17/+20
2002-03-27John Beppu: 16866: new completion for figletOliver Kiddle2-0/+43
2002-03-27alter _generic example to be more robustOliver Kiddle2-3/+7
2002-03-2416890Wayne Davison1-0/+9
2002-03-24Made SAVEHIST a special parameter.Wayne Davison1-0/+20
2002-03-24Added "savehistsiz" (for the new SAVEHIST special parameter), and used itWayne Davison1-5/+9
in place of getiparam("SAVEHIST").
2002-03-24Got rid of unused-variable compiler warning.Wayne Davison1-2/+2
2002-03-2116879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson4-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.
2002-03-19handle dot files and directories tooOliver Kiddle1-1/+1
2002-03-1916864: fix remote file completion with relative pathsOliver Kiddle2-8/+18
2002-03-19correct my mistake which broke file completion after grepOliver Kiddle2-1/+4
2002-03-19arg to -C option must be in the same wordOliver Kiddle1-1/+1
2002-03-1916862: allow print's -s and -z options to be used with -fOliver Kiddle3-60/+105
2002-03-1716850: remote file completion via rsync and ssh, plus all options valid in ↵Clint Adams2-14/+172
rsync 2.5.2.
2002-03-1716849: shift off `-s' argument.Bart Schaefer2-0/+5
2002-03-17Add missing close-parenBart Schaefer1-1/+1
2002-03-1716847: complete multiple -j's after cvs update.Clint Adams2-1/+4
2002-03-1716846: complete xdvi .dvi.gz and .dvi.bz2 too.Clint Adams2-1/+6
2002-03-1616820: change tests to match 16759.Bart Schaefer2-3/+4
2002-03-1516842: resolve name clash for nc between netcat and the nedit client forOliver Kiddle14-98/+94
completion and add _pick_variant to resolve program variants in general
2002-03-1516838: complete new options of grep 2.5 and value for GREP_OPTIONS parameterOliver Kiddle2-12/+38
2002-03-14correct typo in ChangelogOliver Kiddle1-1/+1
2002-03-1416823: complete for values of GZIP and any *PATH or *path parametersOliver Kiddle5-6/+19
2002-03-1416821+16831: _gzip, _compress, _bzip2 complete after redirectionsPeter Stephenson4-3/+10
2002-03-13remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky23-312/+293
sub-contexts both for function and style lookup (16819)
2002-03-1116804: completion for sccsOliver Kiddle3-1/+137
2002-03-1116803: option descriptionsOliver Kiddle3-96/+87
2002-03-1016789: completion for netcatClint Adams2-0/+37
2002-03-10document the impossibility of timing builtinsClint Adams2-0/+6
2002-03-07Fix parsing of binary infix operators of test builtin.Bart Schaefer2-3/+12
2002-03-07Stop mentioning long-dead globbing bug.Bart Schaefer1-4/+0
2002-03-0716779: Completion/Unix/Command/_mysqldiff,Adam Spiers3-1/+38
Completion/Unix/Command/.distfiles: new completion for my mysqldiff utility.
2002-03-0716778: completion by Istvan Sebestyen for irssi.Clint Adams3-1/+52
2002-03-07don't try to build the redirection string for the loops (for, foreach, ↵Sven Wischnowsky2-1/+4
select) (16776)
2002-03-07make zrecompile show the error messages from zcompile unless the -q option ↵Sven Wischnowsky2-9/+19
is given (16774)
2002-03-0616769: Completion/Unix/Command/_gcc: fix typoAdam Spiers2-1/+5
2002-03-05unposted: usual fixups for .distfilesPeter Stephenson4-2/+8
2002-03-05unposted: Config/version.mk: 4.1.0-dev-4Peter Stephenson2-2/+4
2002-03-0516767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson5-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.
2002-03-0416759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>:Peter Stephenson2-5/+14
cd prints output whenever the target directory is not obvious to the user. This confuses scripts, so restrict it to interactive mode.
2002-03-04allow different sets of completion definitions selected with option -T to ↵Sven Wischnowsky22-300/+471
compdef; use this for parameter values and redirections (16755)
2002-03-01add $redirections array to completion system parameters, containing ↵Sven Wischnowsky6-25/+82
information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751)