about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--Completion/User/_man2
2 files changed, 4 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 970065eef..f7c0c1e17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-05-31  Sven Wischnowsky  <wischnow@zsh.org>
 
+	* Andrej: 11660: Completion/User/_man: fix for ${..//..} with % in 
+	search string
+
 	* 11686: Completion/Core/compdump, Completion/Core/compinit: allow
  	using menu-select for compdef -k (i.e.: autoload zsh/complist in
  	such cases)
diff --git a/Completion/User/_man b/Completion/User/_man
index 0ba1798d1..68ec12679 100644
--- a/Completion/User/_man
+++ b/Completion/User/_man
@@ -27,7 +27,7 @@ fi
 # `sman' is the SGML manual directory for Solaris 7.
 # 1M is system administrator commands on SVR4
 
-mrd=(${^manpath/\\%L/${LANG:-En_US.ASCII}}/mandb(N))
+mrd=(${^manpath/\%L/${LANG:-En_US.ASCII}}/mandb(N))
 if [[ $words[2] = (<->*|1M|l|n) ]]; then
   rep=(
   $manpath/(sman|man|cat)${words[2]}/${~approx}$PREFIX${~star}$SUFFIX.<->*(N:t) )