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

/macosx-10.9.5/vim-53/src/
H A Dedit.c255 static colnr_T Insstart_blank_vcol; /* vcol for first inserted blank */ variable
398 Insstart_blank_vcol = MAXCOL;
1398 if (Insstart_blank_vcol == MAXCOL
1400 Insstart_blank_vcol = get_nolist_virtcol();
5605 || Insstart_blank_vcol <= (colnr_T)textwidth
9306 if (Insstart_blank_vcol == MAXCOL && curwin->w_cursor.lnum == Insstart.lnum)
9307 Insstart_blank_vcol = get_nolist_virtcol();

Completed in 177 milliseconds