Fix exit status of delete-or-exit function

darcs-hash:20061112114544-ac50b-d5fd61b3819715057caba2dd8b48119df080edd1.gz
This commit is contained in:
axel 2006-11-12 21:45:44 +10:00
parent 816f473ac9
commit 80759ee03f

View File

@ -9,7 +9,7 @@ function delete-or-exit
if test (commandline)
commandline -f delete-char
else
exit
exit 0
end
end