about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorMikael Magnusson <mikachu@gmail.com>2015-04-21 12:16:13 +0200
committerMikael Magnusson <mikachu@gmail.com>2015-04-21 12:16:13 +0200
commit9a0f5ea8a7bc7a1a467664632f17237d1c60d22c (patch)
treec7a739afd7d597c1c919e1b1d9d392a4499829b5 /Completion
parentdd623b44032b11509ccc2e6f8c307d2f7bd2d722 (diff)
downloadzsh-9a0f5ea8a7bc7a1a467664632f17237d1c60d22c.tar.gz
zsh-9a0f5ea8a7bc7a1a467664632f17237d1c60d22c.tar.xz
zsh-9a0f5ea8a7bc7a1a467664632f17237d1c60d22c.zip
Revert "34926: _fc: Remove a spurious 2"
This reverts commit dd623b44032b11509ccc2e6f8c307d2f7bd2d722.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Zsh/Command/_fc2
1 files changed, 1 insertions, 1 deletions
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]'