Searched refs:curr_start (Results 1 – 1 of 1) sorted by relevance
1935 char_u *curr_start = NULL; in do_join() local1983 curr = curr_start = ml_get((linenr_T)(curwin->w_cursor.lnum + t)); in do_join()2111 spaces_removed = (curr - curr_start) - spaces[t]; in do_join()2123 curr = curr_start = ml_get((linenr_T)(curwin->w_cursor.lnum + t - 1)); in do_join()