summaryrefslogtreecommitdiff
path: root/src/getchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/getchar.c')
-rw-r--r--src/getchar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/getchar.c b/src/getchar.c
index 02535ce20..80e98ec60 100644
--- a/src/getchar.c
+++ b/src/getchar.c
@@ -1801,6 +1801,10 @@ vgetc(void)
ui_remove_balloon();
}
#endif
+#ifdef FEAT_TEXT_PROP
+ if (popup_do_filter(c))
+ c = K_IGNORE;
+#endif
return c;
}