Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c1226 int new_cursor_col; in change_indent() local
1262 if (new_cursor_col < 0) in change_indent()
1290 if (new_cursor_col >= 0) in change_indent()
1294 if (new_cursor_col == 0) in change_indent()
1296 new_cursor_col += curwin->w_cursor.col; in change_indent()
1299 new_cursor_col = curwin->w_cursor.col; in change_indent()
1308 new_cursor_col = -1; in change_indent()
1314 new_cursor_col += (*mb_ptr2len)(ptr + new_cursor_col); in change_indent()
1316 ++new_cursor_col; in change_indent()
1330 new_cursor_col += i; in change_indent()
[all …]