diff options
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index b66bc31b74..514fc5c68f 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -2105,8 +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_MOTIF) || defined(FEAT_GUI_GTK) \ - || defined(FEAT_GUI_MAC) +#if defined(FEAT_GUI_GTK) || defined(FEAT_GUI_MAC) if (!is_click) return false; #endif |