Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c4528 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_left()
4576 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_home()
4595 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_end()
4613 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_s_left()
4636 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_right()
4682 if ((fdo_flags & FDO_HOR) && KeyTyped) in ins_s_right()
H A Dnormal.c4100 if (n != cap->count1 && (fdo_flags & FDO_HOR) && KeyTyped in nv_right()
4175 if (n != cap->count1 && (fdo_flags & FDO_HOR) && KeyTyped in nv_left()
4333 else if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_dollar()
4474 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_csearch()
6703 else if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_bck_word()
6790 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_wordcmd()
6831 if ((fdo_flags & FDO_HOR) && KeyTyped && cap->oap->op_type == OP_NOP) in nv_beginline()
H A Doption.h578 # define FDO_HOR 0x004 macro