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

/macosx-10.10.1/vim-55/src/
H A Dgui.c4322 static linenr_T longest_lnum = 0; variable
4408 longest_lnum = gui_find_longest_lnum();
4409 max = scroll_line_len(longest_lnum);
4487 /* Do a sanity check on "longest_lnum", just in case. */
4488 else if (longest_lnum >= curwin->w_topline
4489 && longest_lnum < curwin->w_botline)
4491 curwin->w_cursor.lnum = longest_lnum;

Completed in 69 milliseconds