Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim9.h171 ISN_CMDMOD_REV, // undo ISN_CMDMOD enumerator
H A Dvim9execute.c4406 case ISN_CMDMOD_REV: in exec_instructions()
4567 while (ectx->ec_instr[ectx->ec_iidx].isn_type != ISN_CMDMOD_REV) in exec_instructions()
5761 case ISN_CMDMOD_REV: smsg("%s%4d CMDMOD_REV", pfx, current); break; in list_instructions()
H A Dvim9compile.c2377 if (cctx->ctx_has_cmdmod && generate_instr(cctx, ISN_CMDMOD_REV) == NULL) in generate_undo_cmdmods()
10520 case ISN_CMDMOD_REV: in delete_instr()