aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/normal.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r--src/nvim/normal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c
index 514fc5c68f..c69306ed47 100644
--- a/src/nvim/normal.c
+++ b/src/nvim/normal.c
@@ -2105,7 +2105,7 @@ do_mouse (
* NOTE: Ignore right button down and drag mouse events.
* Windows only shows the popup menu on the button up event.
*/
-#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC)
+#if defined(FEAT_GUI_MAC)
if (!is_click)
return false;
#endif