Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c2656 pos_T prevpos = curwin->w_cursor; in oneright() local
2665 return (prevpos.col != curwin->w_cursor.col in oneright()
2666 || prevpos.coladd != curwin->w_cursor.coladd) ? OK : FAIL; in oneright()