Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dchange.c169 if (buf->b_recorded_changes != NULL && xtra != 0) in check_recorded_changes()
175 FOR_ALL_LIST_ITEMS(buf->b_recorded_changes, li) in check_recorded_changes()
214 if (curbuf->b_recorded_changes == NULL) in may_record_change()
216 curbuf->b_recorded_changes = list_alloc(); in may_record_change()
219 ++curbuf->b_recorded_changes->lv_refcount; in may_record_change()
220 curbuf->b_recorded_changes->lv_lock = VAR_FIXED; in may_record_change()
231 list_append_dict(curbuf->b_recorded_changes, dict); in may_record_change()
388 FOR_ALL_LIST_ITEMS(buf->b_recorded_changes, li) in invoke_listeners()
408 argv[4].vval.v_list = buf->b_recorded_changes; in invoke_listeners()
430 list_unref(buf->b_recorded_changes); in invoke_listeners()
[all …]
H A Dstructs.h3053 list_T *b_recorded_changes; member