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

/macosx-10.9.5/vim-53/src/
H A Dedit.c127 static colnr_T compl_col = 0; /* column where the text starts variable
749 && curwin->w_cursor.col >= compl_col
755 && curwin->w_cursor.col > compl_col
768 > curwin->w_cursor.col - compl_col))
2529 had_match = (curwin->w_cursor.col > compl_col);
2581 had_match = (curwin->w_cursor.col > compl_col);
2665 compl_col = startcol;
2668 compl_orig_text = vim_strnsave(ml_get_curline() + compl_col, compl_length);
2906 curwin->w_cursor.col = compl_col;
3292 if ((int)(p - line) - (int)compl_col <
[all...]

Completed in 194 milliseconds