diff options
Diffstat (limited to 'Completion')
-rw-r--r-- | Completion/Base/Widget/_most_recent_file | 2 |
1 files changed, 1 insertions, 1 deletions
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 |