From dcebffb9e76559f730ccdb045429f2f6f7ae5a17 Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Tue, 5 Sep 2023 09:16:03 +0200 Subject: [PATCH] funced: Note --wait See #9999 --- share/functions/funced.fish | 1 + 1 file changed, 1 insertion(+) diff --git a/share/functions/funced.fish b/share/functions/funced.fish index eca33a3dc..5757149e2 100644 --- a/share/functions/funced.fish +++ b/share/functions/funced.fish @@ -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