From a1cb1d1dce14dd005797590721f1bcd0e7c3b35f Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Thu, 17 Oct 2019 23:00:07 +0200 Subject: patch 8.1.2171: mouse support not always available Problem: Mouse support not always available. Solution: Enable mouse support also in tiny version. Do not define FEAT_MOUSE_XTERM on MS-Windows (didn't really work). --- src/evalfunc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/evalfunc.c') diff --git a/src/evalfunc.c b/src/evalfunc.c index 962c6c49b..c43c8839b 100644 --- a/src/evalfunc.c +++ b/src/evalfunc.c @@ -815,9 +815,7 @@ static funcentry_T global_functions[] = #ifdef FEAT_GUI {"test_scrollbar", 3, 3, FEARG_2, f_test_scrollbar}, #endif -#ifdef FEAT_MOUSE {"test_setmouse", 2, 2, 0, f_test_setmouse}, -#endif {"test_settime", 1, 1, FEARG_1, f_test_settime}, #ifdef FEAT_TIMERS {"timer_info", 0, 1, FEARG_1, f_timer_info}, @@ -3433,9 +3431,7 @@ f_has(typval_T *argvars, typval_T *rettv) "mksession", #endif "modify_fname", -#ifdef FEAT_MOUSE "mouse", -#endif #ifdef FEAT_MOUSESHAPE "mouseshape", #endif -- cgit v1.2.1