summaryrefslogtreecommitdiffstats
path: root/src/window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/window.c')
-rw-r--r--src/window.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/window.c b/src/window.c
index 1ba2984b3b..6416e0187c 100644
--- a/src/window.c
+++ b/src/window.c
@@ -4672,9 +4672,7 @@ win_enter_ext(
if (curwin->w_width < p_wiw && !curwin->w_p_wfw)
win_setwidth((int)p_wiw);
-#ifdef FEAT_MOUSE
- setmouse(); /* in case jumped to/from help buffer */
-#endif
+ setmouse(); // in case jumped to/from help buffer
/* Change directories when the 'acd' option is set. */
DO_AUTOCHDIR;