Skip to content

Commit

Permalink
Fix exit status of delete-or-exit function
Browse files Browse the repository at this point in the history
darcs-hash:20061112114544-ac50b-d5fd61b3819715057caba2dd8b48119df080edd1.gz
  • Loading branch information
liljencrantz committed Nov 12, 2006
1 parent 816f473 commit 80759ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion share/functions/delete-or-exit.fish
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ function delete-or-exit
if test (commandline)
commandline -f delete-char
else
exit
exit 0
end
end

0 comments on commit 80759ee

Please sign in to comment.