Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c1044 colnr_T new_vcol = 0; // init for GCC in ins_char_bytes() local
1060 new_vcol = vcol + chartabsize(buf, vcol); in ins_char_bytes()
1061 while (oldp[col + oldlen] != NUL && vcol < new_vcol) in ins_char_bytes()
1066 if (vcol > new_vcol && oldp[col + oldlen] == TAB) in ins_char_bytes()
1070 if (vcol > new_vcol) in ins_char_bytes()
1071 newlen += vcol - new_vcol; in ins_char_bytes()