Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h1489 #define OP_LOWER 12 // "gu" make lower case operator macro
H A Dops.c1422 else if (op_type != OP_LOWER) in swapchar()
4043 case OP_LOWER: in do_pending_operator()
H A Dnormal.c4928 if (cap->oap->op_type == OP_LOWER || VIsual_active) in nv_undo()