Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dsyntax.c799 ++current_col; in syn_sync()
806 ++current_col; in syn_sync()
922 current_col = 0; in syn_start_line()
1684 ++current_col; in syn_finish_line()
1688 ++current_col; in syn_finish_line()
1747 ++current_col; in get_syntax_attr()
1799 if (line[current_col] == NUL && current_col != 0) in syn_current_attr()
1814 if (line[current_col] == NUL || line[current_col + 1] == NUL) in syn_current_attr()
2313 ++current_col; in syn_current_attr()
2315 --current_col; in syn_current_attr()
[all …]
/vim-8.2.3635/runtime/doc/
H A Dversion6.txt14106 change was made, current_col may be past the end of the line.
14467 Solution: Prevent current_col going past the end of the line.