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. --- Doc/Zsh/contrib.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc') 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