diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2014-12-09 20:12:19 -0500 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2014-12-09 20:12:19 -0500 |
commit | b11ada1aba4c6d15128446b9669b5993ce937d11 (patch) | |
tree | 5d67b48c5e3b0efa82deea612e9113077828fbd9 /src/nvim/normal.c | |
parent | c5b9e5d1d317b74d4adf7637cd9081be4ee52722 (diff) | |
parent | f33abc4661d069727439958cedeaa4883ea3f298 (diff) | |
download | rneovim-b11ada1aba4c6d15128446b9669b5993ce937d11.tar.gz rneovim-b11ada1aba4c6d15128446b9669b5993ce937d11.tar.bz2 rneovim-b11ada1aba4c6d15128446b9669b5993ce937d11.zip |
Merge pull request #1628 from Pyrohh/misc-cleanup
More misc. platform cleanup
Diffstat (limited to 'src/nvim/normal.c')
-rw-r--r-- | src/nvim/normal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/normal.c b/src/nvim/normal.c index 192633a996..1d4b47414c 100644 --- a/src/nvim/normal.c +++ b/src/nvim/normal.c @@ -2102,7 +2102,7 @@ do_mouse ( * Windows only shows the popup menu on the button up event. */ #if defined(FEAT_GUI_MOTIF) || defined(FEAT_GUI_GTK) \ - || defined(FEAT_GUI_PHOTON) || defined(FEAT_GUI_MAC) + || defined(FEAT_GUI_MAC) if (!is_click) return false; #endif |