commit | ac78dd4a352196ca4e6640f8e4caaf126afd49e3 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 19:25:26 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 02 19:25:26 2022 +0000 |
tree | c741cbf5a8f33503e42af2294afdbd4bf15b0ae9 | |
parent | 3d0da09bb2d31afc611bf1c4b35796739d87ed63 [diff] [blame] |
patch 8.2.3985: error messages are spread out Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
diff --git a/src/os_win32.c b/src/os_win32.c index e4ebc0c..fb1b29d 100644 --- a/src/os_win32.c +++ b/src/os_win32.c
@@ -4954,7 +4954,7 @@ # ifdef VIMDLL if (gui.in_use) # endif - emsg(_("E371: Command not found")); + emsg(_(e_command_not_found)); #endif }