Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dedit.c78 static colnr_T Insstart_blank_vcol; // vcol for first inserted blank variable
246 Insstart_blank_vcol = MAXCOL; in edit()
1348 if (Insstart_blank_vcol == MAXCOL in edit()
1350 Insstart_blank_vcol = get_nolist_virtcol(); in edit()
1718 Insstart_blank_vcol = MAXCOL; in set_insstart()
2088 || Insstart_blank_vcol <= (colnr_T)textwidth in insertchar()
4841 if (Insstart_blank_vcol == MAXCOL && curwin->w_cursor.lnum == Insstart.lnum) in ins_tab()
4842 Insstart_blank_vcol = get_nolist_virtcol(); in ins_tab()