diff options
Diffstat (limited to 'src/popupwin.c')
-rw-r--r-- | src/popupwin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popupwin.c b/src/popupwin.c index e1c21acb2..5385296a3 100644 --- a/src/popupwin.c +++ b/src/popupwin.c @@ -13,7 +13,7 @@ #include "vim.h" -#if defined(FEAT_TEXT_PROP) || defined(PROTO) +#if defined(FEAT_PROP_POPUP) || defined(PROTO) typedef struct { char *pp_name; @@ -3864,4 +3864,4 @@ popup_update_preview_title(void) popup_set_title(wp); } -#endif // FEAT_TEXT_PROP +#endif // FEAT_PROP_POPUP |