summaryrefslogtreecommitdiffstats
path: root/src/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/normal.c b/src/normal.c
index 5c9f929d55..f626f45dc1 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -2329,6 +2329,9 @@ do_mouse(
bevalexpr_due_set = TRUE;
}
#endif
+#ifdef FEAT_TEXT_PROP
+ popup_handle_mouse_moved();
+#endif
return FALSE;
}