Searched refs:K_NOP (Results 1 – 7 of 7) sorted by relevance
463 #define K_NOP TERMCAP2KEY(KS_EXTRA, KE_NOP) macro
1773 } while (c == K_IGNORE || c == K_NOP); in getcmdline_int()4357 stuffcharReadbuff(K_NOP); in open_cmdwin()
604 if (c != K_IGNORE && c != K_NOP) in edit()611 } while (c == K_IGNORE || c == K_NOP); in edit()
850 stuffcharReadbuff(K_NOP); in vim_main2()
328 {K_NOP, nv_nop, 0, 0},
1497 case K_NOP: return 0; in term_convert_key()
18193 Solution: Use K_NOP instead of K_IGNORE. (Christian Brabandt)22870 Solution: Ignore K_NOP in Insert mode. (closes #2379)