diff options
| author | Peter Stephenson <pws@users.sourceforge.net> | 2009-11-22 19:06:54 +0000 |
|---|---|---|
| committer | Peter Stephenson <pws@users.sourceforge.net> | 2009-11-22 19:06:54 +0000 |
| commit | 3d8115275f6a5032d37178bd01fa8ce1b726b353 (patch) | |
| tree | 066c615157414cc9b85396ec26a152eae956c9b3 | |
| parent | 27415: Src/Zle/computil.c: comparguments "*::..." descriptions could step (diff) | |
| download | zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.tar zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.tar.gz zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.tar.bz2 zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.tar.lz zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.tar.xz zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.tar.zst zsh-3d8115275f6a5032d37178bd01fa8ce1b726b353.zip | |
Alexey: users/14588: ztodo function and completion
| -rw-r--r-- | ChangeLog | 10 | ||||
| -rw-r--r-- | Completion/Zsh/Command/.distfiles | 1 | ||||
| -rw-r--r-- | Functions/Misc/.distfiles | 1 |
3 files changed, 11 insertions, 1 deletions
@@ -1,3 +1,11 @@ +2009-11-22 Peter Stephenson <p.w.stephenson@ntlworld.com> + + * Alexey. I Froloff: users/14588: + Completion/Zsh/Command/.distfiles, + Completion/Zsh/Command/_ztodo, + Functions/Misc/.distfiles, Functions/Misc/ztodo: new ztodo + function. + 2009-11-20 Clint Adams <clint@zsh.org> * 27417: Completion/Unix/Command/_gpg: fix completion after @@ -12373,5 +12381,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.4819 $ +* $Revision: 1.4820 $ ***************************************************** diff --git a/Completion/Zsh/Command/.distfiles b/Completion/Zsh/Command/.distfiles index 9e8e6adc4..6feec496d 100644 --- a/Completion/Zsh/Command/.distfiles +++ b/Completion/Zsh/Command/.distfiles @@ -46,4 +46,5 @@ _zmodload _zmv _zpty _zstyle +_ztodo ' diff --git a/Functions/Misc/.distfiles b/Functions/Misc/.distfiles index 4c74bbe44..4ffbec1cd 100644 --- a/Functions/Misc/.distfiles +++ b/Functions/Misc/.distfiles @@ -26,4 +26,5 @@ zmathfuncdef zmv zrecompile zstyle+ +ztodo ' |
