Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c1401 if (op_type == OP_UPPER && c == 0xdf in swapchar()
1429 else if (op_type != OP_UPPER) in swapchar()
4042 case OP_UPPER: in do_pending_operator()
H A Dvim.h1488 #define OP_UPPER 11 // "gU" make upper case operator macro
H A Dnormal.c6539 if (cap->oap->op_type == OP_UPPER || VIsual_active) in nv_Undo()