summaryrefslogtreecommitdiffstats
path: root/src/popupmnu.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popupmnu.c')
-rw-r--r--src/popupmnu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c
index 962a59a1bf..c0191c407f 100644
--- a/src/popupmnu.c
+++ b/src/popupmnu.c
@@ -1199,7 +1199,7 @@ pum_show_popupmenu(vimmenu_T *menu)
// pum_size being zero.
if (pum_size <= 0)
{
- EMSG(e_menuothermode);
+ emsg(e_menuothermode);
return;
}