Home
last modified time | relevance | path

Searched refs:K_CURSORHOLD (Results 1 – 6 of 6) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/
H A Dkeymap.h480 #define K_CURSORHOLD TERMCAP2KEY(KS_EXTRA, KE_CURSORHOLD) macro
H A Dedit.c585 if (c != K_CURSORHOLD) in edit()
1057 case K_CURSORHOLD: // Didn't type something for a while. in edit()
1380 if (c != K_CURSORHOLD in edit()
H A Dnormal.c375 {K_CURSORHOLD, nv_cursorhold, NV_KEEPREG, 0},
688 if (c == K_CURSORHOLD) in normal_cmd()
1249 && ca.cmdchar != K_CURSORHOLD) in normal_cmd()
1965 K_CURSORHOLD, in add_to_showcmd()
H A Dmisc2.c1057 {K_CURSORHOLD, (char_u *)"CursorHold"},
H A Dgetchar.c1883 if (c != K_MOUSEMOVE && c != K_IGNORE && c != K_CURSORHOLD) in vgetc()
H A Dterminal.c1520 case K_CURSORHOLD: return 0; in term_convert_key()