mirror of
https://github.com/neovim/neovim.git
synced 2025-09-20 02:08:17 +00:00
mouse: Remove CHECK_DOUBLE_CLICK conditionals
This is now always defined.
This commit is contained in:
@@ -169,11 +169,9 @@ retnomove:
|
||||
// (MOUSE_FOCUS was set above if we dragged first).
|
||||
if (dragwin == NULL || (flags & MOUSE_RELEASED))
|
||||
win_enter(wp, true); // can make wp invalid!
|
||||
# ifdef CHECK_DOUBLE_CLICK
|
||||
// set topline, to be able to check for double click ourselves
|
||||
if (curwin != old_curwin)
|
||||
set_mouse_topline(curwin);
|
||||
# endif
|
||||
if (on_status_line) { // In (or below) status line
|
||||
// Don't use start_arrow() if we're in the same window
|
||||
if (curwin == old_curwin)
|
||||
|
Reference in New Issue
Block a user