diff options
Diffstat (limited to 'src/nvim/term.c')
-rw-r--r-- | src/nvim/term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/term.c b/src/nvim/term.c index 073ed30052..c4a190c818 100644 --- a/src/nvim/term.c +++ b/src/nvim/term.c @@ -3137,7 +3137,7 @@ static void switch_to_8bit(void) static linenr_T orig_topline = 0; static int orig_topfill = 0; #endif -#if (defined(FEAT_WINDOWS) && defined(CHECK_DOUBLE_CLICK)) || defined(PROTO) +#if defined(CHECK_DOUBLE_CLICK) || defined(PROTO) /* * Checking for double clicks ourselves. * "orig_topline" is used to avoid detecting a double-click when the window |