From 1682d0cc109c6890b939fe96cee6c9c3dcd96858 Mon Sep 17 00:00:00 2001 From: Frank Terbeck Date: Fri, 30 Jul 2010 17:32:41 +0000 Subject: Mikael Magnusson: 28110: Fix yodl warning. --- ChangeLog | 10 ++++++++-- Doc/Zsh/contrib.yo | 4 ++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b2736c629..59540b4d6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-07-30 Frank Terbeck + + * Mikael Magnusson: 28110: Doc/Zsh/compsys.yo: Fix yodl warning. + + * unposted: Fix a date in ChangeLog. + 2010-07-29 Peter Stephenson * : 28104: Src/Zle/compcore.c: crash @@ -26,7 +32,7 @@ * 28102: Src/Zle/computil.c: use lstat() when checking ignore-parents. -2010-07-19 Frank Terbeck +2010-07-26 Frank Terbeck * 28101: Completion/Unix/Command/_tmux: Fix window completion for tmux version 1.3 and newer. @@ -13446,5 +13452,5 @@ ***************************************************** * This is used by the shell to define $ZSH_PATCHLEVEL -* $Revision: 1.5039 $ +* $Revision: 1.5040 $ ***************************************************** diff --git a/Doc/Zsh/contrib.yo b/Doc/Zsh/contrib.yo index e33ac9b9e..52efe90e1 100644 --- a/Doc/Zsh/contrib.yo +++ b/Doc/Zsh/contrib.yo @@ -464,8 +464,8 @@ It is possible to use tt(zstyle -e) to make the directory configurable at run time: example(zstyle -e ':chpwd:*' recent-dirs-file pick-recent-dirs-file -pick-recent-dirs-file() { - if [[ $PWD = ~/text/writing(|/*) ]]; then +pick-recent-dirs-file+LPAR()RPAR() { + if [[ $PWD = ~/text/writing+LPAR()|/*RPAR() ]]; then reply=(~/.chpwd-recent-dirs-writing) else reply=(+) -- cgit 1.4.1