summaryrefslogtreecommitdiff
path: root/src/normal.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2006-08-16 19:41:08 +0000
committerBram Moolenaar <Bram@vim.org>2006-08-16 19:41:08 +0000
commit968bbbe436ce87903ae22084635aa18004967da1 (patch)
treed7322482074062119d398beff61fcebe942ee2f3 /src/normal.c
parentf83c5c0113cdfbdc176dcdf65baca77f436ed54f (diff)
downloadvim-git-968bbbe436ce87903ae22084635aa18004967da1.tar.gz
updated for version 7.0-062v7.0.062
Diffstat (limited to 'src/normal.c')
-rw-r--r--src/normal.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/normal.c b/src/normal.c
index db6c66a59..df1afce21 100644
--- a/src/normal.c
+++ b/src/normal.c
@@ -2504,7 +2504,8 @@ do_mouse(oap, c, dir, count, fixindent)
* 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_PHOTON)
+#if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) \
+ || defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC)
if (!is_click)
return FALSE;
#endif