From ebc76673aaa9a4f1017a67ae65a1acee10f6bb42 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Fri, 3 Nov 2006 19:44:47 +0000 Subject: 22953: Mikael Magnusson: _most_recent_file fix. users/10928: send all "jobs" output to stdout --- Completion/Base/Widget/_most_recent_file | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Base') diff --git a/Completion/Base/Widget/_most_recent_file b/Completion/Base/Widget/_most_recent_file index fd13044e8..68d1c91a2 100644 --- a/Completion/Base/Widget/_most_recent_file +++ b/Completion/Base/Widget/_most_recent_file @@ -21,4 +21,4 @@ else eval "file=($PREFIX*$SUFFIX(om[${NUMERIC:-1}]N))" file=(${(q)file}) fi -(( $#file )) && compadd -U -i "$IPREFIX" -I "$ISUFFIX" -f -Q $file +(( $#file )) && compadd -U -i "$IPREFIX" -I "$ISUFFIX" -f -Q -- $file -- cgit 1.4.1