mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 23:02:18 +08:00
Fix exit status of delete-or-exit function
darcs-hash:20061112114544-ac50b-d5fd61b3819715057caba2dd8b48119df080edd1.gz
This commit is contained in:
parent
816f473ac9
commit
80759ee03f
|
@ -9,7 +9,7 @@ function delete-or-exit
|
|||
if test (commandline)
|
||||
commandline -f delete-char
|
||||
else
|
||||
exit
|
||||
exit 0
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user