Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH] _cdr: fix zstyle lookup for recent-dirs-insert
- X-seq: zsh-workers 35285
- From: Daniel Hahler <genml+zsh-workers@xxxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: [PATCH] _cdr: fix zstyle lookup for recent-dirs-insert
- Date: Mon, 25 May 2015 16:52:43 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/simple; d=thequod.de; h= x-mailer:message-id:date:date:subject:subject:from:from:received :received:received; s=postfix2; t=1432565568; bh=Ia8s6lYzRVEoUTa c8VIm9KsOuk9FaFgVH/tskb5p8zI=; b=MZAnQZRmMDYRxzboMte5PV/gm2fVndz d0O5X77yhT1BFqu2kURMzI20TYu4ZTzs9OKBPJMU2DHBb6zVKCCH9TuwWBKr8H6s 6zcfCeDQ7I9gnJ/pldNqcl1dI6Y4kL4n/lrru2WkoIpBPOhuWHBh/NASHJmYOJhv fbWD7SXrwrFs=
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
From: Daniel Hahler <git@xxxxxxxxxx>
---
Functions/Chpwd/_cdr | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Functions/Chpwd/_cdr b/Functions/Chpwd/_cdr
index 2f52ff5..3a1e9bd 100644
--- a/Functions/Chpwd/_cdr
+++ b/Functions/Chpwd/_cdr
@@ -5,7 +5,7 @@ integer default insert
zstyle -t ':chpwd:' recent-dirs-default && default=1
if (( default )); then
- zstyle -s ':completion:${curcontext}' recent-dirs-insert insert_string
+ zstyle -s ":completion:${curcontext}:" recent-dirs-insert insert_string
case $insert_string in
(both)
insert=4
--
2.4.1.dirty
Messages sorted by:
Reverse Date,
Date,
Thread,
Author