Skip to content

Commit

Permalink
welp
Browse files Browse the repository at this point in the history
  • Loading branch information
rupa committed Mar 6, 2020
1 parent 80d8208 commit 9723bc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions z.sh
Original file line number Diff line number Diff line change
Expand Up @@ -199,10 +199,10 @@ _z() {
# prefer case sensitive
if( best_match ) {
output(matches, best_match, common(matches))
exit(0)
exit
} else if( ibest_match ) {
output(imatches, ibest_match, common(imatches))
exit(0)
exit
}
exit(1)
}
Expand Down

0 comments on commit 9723bc0

Please sign in to comment.