Searched refs:fold_last (Results 1 – 1 of 1) sorted by relevance
180 linenr_T fold_last; // last line of a closed fold in findpar() local198 if (first && hasFolding(curr, &fold_first, &fold_last)) in findpar()200 curr = ((dir > 0) ? fold_last : fold_first) + dir; in findpar()