From ac78dd4a352196ca4e6640f8e4caaf126afd49e3 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 2 Jan 2022 19:25:26 +0000 Subject: patch 8.2.3985: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h. --- src/os_amiga.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/os_amiga.c') diff --git a/src/os_amiga.c b/src/os_amiga.c index 5bf088b96..e9d622141 100644 --- a/src/os_amiga.c +++ b/src/os_amiga.c @@ -1256,7 +1256,7 @@ mch_call_shell( if (close_win) { // if Vim opened a window: Executing a shell may cause crashes - emsg(_("E360: Cannot execute shell with -f option")); + emsg(_(e_cannot_execute_shell_with_f_option)); return -1; } -- cgit v1.2.1