Home
last modified time | relevance | path

Searched refs:oneright (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/proto/
H A Dedit.pro20 int oneright(void);
/vim-8.2.3635/src/
H A Dnormal.c2685 oneright(); in nv_screengo()
4038 if ((!past_line && oneright() == FAIL) in nv_right()
4089 oneright(); in nv_right()
6089 while (VIM_ISWHITE(i) && oneright() == OK); in nv_g_cmd()
H A Dedit.c2649 oneright(void) in oneright() function
4647 oneright(); in ins_right()
/vim-8.2.3635/runtime/doc/
H A Dversion5.txt6842 Solution: Recognize a multibyte-char at end-of-line correctly in oneright().
H A Dversion6.txt13756 Solution: When the cursor isn't moved let oneright() return FAIL.