1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-12-10 07:01:19 +01:00

Revert "34926: _fc: Remove a spurious 2"

This reverts commit dd623b4403.
This commit is contained in:
Mikael Magnusson 2015-04-21 12:16:13 +02:00
parent dd623b4403
commit 9a0f5ea8a7
2 changed files with 1 additions and 5 deletions

View file

@ -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> 2015-04-17 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 34921: Src/parse.c: handle error in recursive par_event(). * 34921: Src/parse.c: handle error in recursive par_event().

View file

@ -32,7 +32,7 @@ else
fi fi
fc_hist=( 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 -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 -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]' '(-A -R -W -I -e -d -f -i -t -a -p -P)-E[dd.mm.yyyy format time-stamps]'