Home
last modified time | relevance | path

Searched refs:MOUSE_A (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/
H A Doption.h244 #define MOUSE_A "nvich" // used for 'a' flag macro
H A Dmouse.c1447 case 'a': if (vim_strchr((char_u *)MOUSE_A, c) != NULL) in mouse_has()