Home
last modified time | relevance | path

Searched refs:MOUSE_MAY_VIS (Results 1 – 3 of 3) sorted by relevance

/vim-8.2.3635/src/
H A Dmouse.c639 jump_flags |= MOUSE_MAY_VIS; in do_mouse()
660 jump_flags |= MOUSE_MAY_VIS; in do_mouse()
1962 if ((flags & MOUSE_MAY_VIS) && !VIsual_active) in jump_to_mouse()
H A Dvim.h1948 #define MOUSE_MAY_VIS 0x02 // may start Visual mode macro
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt8545 Solution: Don't use MOUSE_MAY_VIS when there is no 'v' in 'mouse'. (Flemming