Searched refs:prevpos (Results 1 – 1 of 1) sorted by relevance
2656 pos_T prevpos = curwin->w_cursor; in oneright() local2665 return (prevpos.col != curwin->w_cursor.col in oneright()2666 || prevpos.coladd != curwin->w_cursor.coladd) ? OK : FAIL; in oneright()