Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dops.c80 return OP_NR_SUB; in get_op_type()
2645 if (op_type == OP_NR_SUB) in do_addsub()
2722 if (op_type == OP_NR_SUB) in do_addsub()
4163 case OP_NR_SUB: in do_pending_operator()
H A Dvim.h1507 #define OP_NR_SUB 29 // "<C-X>" Subtract from the number or macro
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)