Searched refs:fold_last (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10.1/vim-55/src/
H A Dsearch.c2685 linenr_T fold_last; /* last line of a closed fold */ local
2703 if (first && hasFolding(curr, &fold_first, &fold_last))
2705 curr = ((dir > 0) ? fold_last : fold_first) + dir;

Completed in 78 milliseconds