summaryrefslogtreecommitdiff
path: root/src/ui.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2021-12-16 20:56:57 +0000
committerBram Moolenaar <Bram@vim.org>2021-12-16 20:56:57 +0000
commite124204c4f8ea8b4fe5357b7613092a7acb5feb8 (patch)
tree8a049a292b17314710048a1b17625416c2bfc8d6 /src/ui.c
parent94c785d235dccacf6cdf38c5903115b61ca8a981 (diff)
downloadvim-git-e124204c4f8ea8b4fe5357b7613092a7acb5feb8.tar.gz
patch 8.2.3830: error messages are spread outv8.2.3830
Problem: Error messages are spread out. Solution: Move more error messages to errors.h.
Diffstat (limited to 'src/ui.c')
-rw-r--r--src/ui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui.c b/src/ui.c
index 8cbe49bde..db49cc870 100644
--- a/src/ui.c
+++ b/src/ui.c
@@ -577,7 +577,7 @@ ui_suspend(void)
suspend_shell(void)
{
if (*p_sh == NUL)
- emsg(_(e_shellempty));
+ emsg(_(e_shell_option_is_empty));
else
{
msg_puts(_("new shell started\n"));