Searched refs:move_end (Results 1 – 2 of 2) sorted by relevance
3077 size_t move_start = 0, move_end = 0, dest_index = 0; in foldMoveRange() local3157 if (move_end == 0) in foldMoveRange()3158 move_end = fold_index(fp, gap); in foldMoveRange()3173 if (move_end == 0) in foldMoveRange()3179 (linenr_T)(move_start + dest_index - move_end - 1)); in foldMoveRange()3180 foldReverseOrder(gap, (linenr_T)(move_start + dest_index - move_end), in foldMoveRange()
18149 Solution: Bail out when "move_end" is zero. (Matthew Malcomson)