Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dinsexpand.pro37 colnr_T ins_compl_col(void);
/vim-8.2.3635/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