diff options
Diffstat (limited to 'src/popupmnu.c')
-rw-r--r-- | src/popupmnu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/popupmnu.c b/src/popupmnu.c index dc66e7594..82e3ef705 100644 --- a/src/popupmnu.c +++ b/src/popupmnu.c @@ -760,7 +760,7 @@ pum_get_height(void) return pum_height; } -# if defined(FEAT_BEVALTERM) || defined(PROTO) +# if defined(FEAT_BEVAL_TERM) || defined(PROTO) static pumitem_T *balloon_array = NULL; static int balloon_arraysize; static int balloon_mouse_row = 0; |