diff options
Diffstat (limited to 'Completion/User/_mh')
-rw-r--r-- | Completion/User/_mh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Completion/User/_mh b/Completion/User/_mh index c1f397744..724b45e5a 100644 --- a/Completion/User/_mh +++ b/Completion/User/_mh @@ -78,7 +78,6 @@ else ret=0 compadd "$expl[@]" reply next cur prev first last all unseen && ret=0 _files "$expl[@]" -W folddir -g '<->' && ret=0 - (( ret )) || return 0 done fi return ret |