Home
last modified time | relevance | path

Searched refs:ins_compl_col (Results 1 – 3 of 3) sorted by relevance

/dports/editors/vim/vim-8.2.3745/src/proto/
H A Dinsexpand.pro37 colnr_T ins_compl_col(void);
/dports/editors/vim/vim-8.2.3745/src/
H A Dedit.c628 && curwin->w_cursor.col >= ins_compl_col() in edit()
633 && curwin->w_cursor.col > ins_compl_col() in edit()
H A Dinsexpand.c1565 ins_compl_col(void) in ins_compl_col() function