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

/macosx-10.9.5/vim-53/src/
H A Dedit.c126 static pos_T compl_startpos; variable
4492 num_matches = ins_compl_get_exp(&compl_startpos);
4761 * "compl_startpos" to the cursor as a pattern to add a new word
4763 * "compl_startpos" is not in the same line as the cursor then fix it
4777 if (compl_startpos.lnum != curwin->w_cursor.lnum)
4779 /* line (probably) wrapped, set compl_startpos to the
4784 compl_startpos.col = compl_col;
4785 compl_startpos.lnum = curwin->w_cursor.lnum;
4792 * mode but first we need to redefine compl_startpos */
4796 compl_startpos
[all...]

Completed in 546 milliseconds