Home
last modified time | relevance | path

Searched refs:OP_NR_ADD (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h1505 #define OP_NR_ADD 28 // "<C-A>" Add to the number or alphabetic macro
H A Dops.c78 return OP_NR_ADD; in get_op_type()
4162 case OP_NR_ADD: in do_pending_operator()
H A Dnormal.c2263 cap->oap->op_type = cap->cmdchar == Ctrl_A ? OP_NR_ADD : OP_NR_SUB; in nv_addsub()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt6942 Solution: Add OP_NR_ADD and OP_NR_SUB. (Hirohito Higashi)