From f4d8051de1179a47632b56afdf8659dac689e51f Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 24 Apr 2015 10:54:14 +0200 Subject: 34940: _fc: fix typo breaking completion for history --- Completion/Zsh/Command/_fc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Zsh/Command/_fc b/Completion/Zsh/Command/_fc index 133145670..c2987211e 100644 --- a/Completion/Zsh/Command/_fc +++ b/Completion/Zsh/Command/_fc @@ -49,7 +49,7 @@ fc_r='(-A -R -W -I -e)-l[list resulting commands on stdout]' case $service in history) - _arguments "$fc_common[@]" "$fc_hist[@] && ret=0" + _arguments "$fc_common[@]" "$fc_hist[@]" && ret=0 ;; r) _arguments "$fc_common[@]" "$fc_r" && ret=0 -- cgit 1.4.1