Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Dbuffer.pro71 int buf_contents_changed(buf_T *buf);
/vim-8.2.3635/src/
H A Dfileio.c4133 else if (orig_size != buf->b_orig_size || buf_contents_changed(buf)) in buf_check_timestamp()
H A Dbuffer.c5774 buf_contents_changed(buf_T *buf) in buf_contents_changed() function