Home
last modified time | relevance | path

Searched refs:VE_ONEMORE (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dmisc2.c142 || ((get_ve_flags() & VE_ONEMORE) && wcol < MAXCOL); in coladvance2()
571 || (cur_ve_flags & VE_ONEMORE) in check_cursor_col_win()
H A Doption.h1058 #define VE_ONEMORE 8 macro
H A Dedit.c865 if (get_ve_flags() & VE_ONEMORE) in edit()
2680 if (ptr[l] == NUL && (get_ve_flags() & VE_ONEMORE) == 0) in oneright()
H A Dchange.c1293 && (get_ve_flags() & VE_ONEMORE) == 0) in del_bytes()
H A Dops.c1831 && (cur_ve_flags & VE_ONEMORE) == 0 in adjust_cursor_eol()
H A Dnormal.c6810 && !virtual_active() && (get_ve_flags() & VE_ONEMORE) == 0) in adjust_cursor()