Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1484 #define OP_TILDE 7 // "g~" switch case operator macro
H A Dops.c76 return OP_TILDE; in get_op_type()
4041 case OP_TILDE: in do_pending_operator()
H A Dnormal.c6560 if (!p_to && !VIsual_active && cap->oap->op_type != OP_TILDE) in nv_tilde()