commit | 3a846e6bca25bd3d0addcd9ed3bdd9a6774adbe5 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 16:21:00 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jan 01 16:21:00 2022 +0000 |
tree | e345b4f42d545e735e2df2292589211ba52ff678 | |
parent | 0699b040e6794d27ffdca241a4358d7c31876385 [diff] [blame] |
patch 8.2.3972: error messages are spread out Problem: Error messages are spread out. Solution: Move the last errors from globals.h to errors.h.
diff --git a/src/popupmenu.c b/src/popupmenu.c index 86a9cbb..cf5558b 100644 --- a/src/popupmenu.c +++ b/src/popupmenu.c
@@ -1476,7 +1476,7 @@ // pum_size being zero. if (pum_size <= 0) { - emsg(e_menuothermode); + emsg(e_menu_only_exists_in_another_mode); return; }