Skip to content

Commit

Permalink
Fix bug in swipe code
Browse files Browse the repository at this point in the history
  • Loading branch information
b4winckler committed Jul 16, 2011
1 parent b0625e5 commit d99c9c1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/misc1.c
Expand Up @@ -3187,10 +3187,10 @@ get_keystroke()
|| n == K_HOR_SCROLLBAR
# endif
# ifdef FEAT_GUI_MACVIM
|| K_SWIPELEFT
|| K_SWIPERIGHT
|| K_SWIPEUP
|| K_SWIPEDOWN
|| n == K_SWIPELEFT
|| n == K_SWIPERIGHT
|| n == K_SWIPEUP
|| n == K_SWIPEDOWN
# endif
#endif
)
Expand Down

0 comments on commit d99c9c1

Please sign in to comment.