Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dfold.c3077 size_t move_start = 0, move_end = 0, dest_index = 0; in foldMoveRange() local
3157 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()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt18149 Solution: Bail out when "move_end" is zero. (Matthew Malcomson)