Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dindent.c1029 linenr_T last_changed = 0; in op_reindent() local
1067 last_changed = curwin->w_cursor.lnum; in op_reindent()
1081 if (last_changed != 0) in op_reindent()
1084 last_changed + 1, 0L); in op_reindent()
H A Dtextprop.c958 linenr_T last_changed = 0; in f_prop_remove() local
1079 last_changed = lnum; in f_prop_remove()
1089 changed_lines_buf(buf, first_changed, last_changed + 1, 0); in f_prop_remove()