comparison src/evalfunc.c @ 18354:9f51d0cef8da v8.1.2171

patch 8.1.2171: mouse support not always available Commit: https://github.com/vim/vim/commit/a1cb1d1dce14dd005797590721f1bcd0e7c3b35f Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 17 23:00:07 2019 +0200 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).
author Bram Moolenaar <Bram@vim.org>
date Thu, 17 Oct 2019 23:15:04 +0200
parents fe5afdc03bd2
children 34d5cd432cac
comparison
equal deleted inserted replaced
18353:c3a0f5d3c9d4 18354:9f51d0cef8da
813 {"test_override", 2, 2, FEARG_2, f_test_override}, 813 {"test_override", 2, 2, FEARG_2, f_test_override},
814 {"test_refcount", 1, 1, FEARG_1, f_test_refcount}, 814 {"test_refcount", 1, 1, FEARG_1, f_test_refcount},
815 #ifdef FEAT_GUI 815 #ifdef FEAT_GUI
816 {"test_scrollbar", 3, 3, FEARG_2, f_test_scrollbar}, 816 {"test_scrollbar", 3, 3, FEARG_2, f_test_scrollbar},
817 #endif 817 #endif
818 #ifdef FEAT_MOUSE
819 {"test_setmouse", 2, 2, 0, f_test_setmouse}, 818 {"test_setmouse", 2, 2, 0, f_test_setmouse},
820 #endif
821 {"test_settime", 1, 1, FEARG_1, f_test_settime}, 819 {"test_settime", 1, 1, FEARG_1, f_test_settime},
822 #ifdef FEAT_TIMERS 820 #ifdef FEAT_TIMERS
823 {"timer_info", 0, 1, FEARG_1, f_timer_info}, 821 {"timer_info", 0, 1, FEARG_1, f_timer_info},
824 {"timer_pause", 2, 2, FEARG_1, f_timer_pause}, 822 {"timer_pause", 2, 2, FEARG_1, f_timer_pause},
825 {"timer_start", 2, 3, FEARG_1, f_timer_start}, 823 {"timer_start", 2, 3, FEARG_1, f_timer_start},
3431 #endif 3429 #endif
3432 #ifdef FEAT_SESSION 3430 #ifdef FEAT_SESSION
3433 "mksession", 3431 "mksession",
3434 #endif 3432 #endif
3435 "modify_fname", 3433 "modify_fname",
3436 #ifdef FEAT_MOUSE
3437 "mouse", 3434 "mouse",
3438 #endif
3439 #ifdef FEAT_MOUSESHAPE 3435 #ifdef FEAT_MOUSESHAPE
3440 "mouseshape", 3436 "mouseshape",
3441 #endif 3437 #endif
3442 #if defined(UNIX) || defined(VMS) 3438 #if defined(UNIX) || defined(VMS)
3443 # ifdef FEAT_MOUSE_DEC 3439 # ifdef FEAT_MOUSE_DEC