Home
last modified time | relevance | path

Searched refs:K_SELECT (Results 1 – 7 of 7) sorted by relevance

/vim-8.2.3635/src/
H A Dkeymap.h432 #define K_SELECT TERMCAP2KEY(KS_SELECT, KE_FILLER) macro
H A Dinsexpand.c1846 if (c == K_SELECT || c == K_MOUSEDOWN || c == K_MOUSEUP in ins_compl_prep()
H A Dex_getln.c2201 case K_SELECT: // end of Select mode mapping - ignore in getcmdline_int()
H A Dedit.c878 case K_SELECT: // end of Select mode mapping - ignore in edit()
H A Dnormal.c360 {K_SELECT, nv_select, 0, 0},
H A Dterminal.c1504 case K_SELECT: return 0; in term_convert_key()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt5928 Ignore K_SELECT in ins_compl_prep().