From f08042943917b9381e56f387fe0a20f1933a4024 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Mon, 25 May 2015 16:52:02 +0200 Subject: 35285: _cdr: fix zstyle lookup for recent-dirs-insert The string was quoted incorrectly and missed the final ":". --- Functions/Chpwd/_cdr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Functions') diff --git a/Functions/Chpwd/_cdr b/Functions/Chpwd/_cdr index 2f52ff54b..3a1e9bde8 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 -- cgit 1.4.1