mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 11:22:52 +08:00
parent
a3311c9b09
commit
dcebffb9e7
|
@ -114,6 +114,7 @@ function funced --description 'Edit function definition'
|
|||
set -l new_checksum (__funced_md5 "$tmpname")
|
||||
if test "$new_checksum" = "$checksum"
|
||||
echo (_ "Editor exited but the function was not modified")
|
||||
echo (_ "If the editor is still running, check if it waits for completion, maybe a '--wait' option?")
|
||||
# Don't source or save an unmodified file.
|
||||
break
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue
Block a user