about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Completion/Zsh/Command/_fc2
2 files changed, 1 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f871f54a3..6555883e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,3 @@
-2015-04-19  Mikael Magnusson  <mikachu@gmail.com>
-
-	* 34926: Completion/Zsh/Command/_fc: Remove a spurious 2
-
 2015-04-17  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 34921: Src/parse.c: handle error in recursive par_event().
diff --git a/Completion/Zsh/Command/_fc b/Completion/Zsh/Command/_fc
index ccdc3faa1..133145670 100644
--- a/Completion/Zsh/Command/_fc
+++ b/Completion/Zsh/Command/_fc
@@ -32,7 +32,7 @@ else
 fi
 
 fc_hist=(
-  '(-A -R -W -I -a -p -P)-m[treat argument as a pattern]'
+  '(-A -R -W -I -a -p -P 2)-m[treat argument as a pattern]'
   '(-A -R -W -I -e -f -E -i -t -a -p -P)-d[print time-stamps]'
   '(-A -R -W -I -e -d -E -i -t -a -p -P)-f[mm/dd/yyyy format time-stamps]'
   '(-A -R -W -I -e -d -f -i -t -a -p -P)-E[dd.mm.yyyy format time-stamps]'