Home
last modified time | relevance | path

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

/vim-8.2.3635/src/proto/
H A Ddiff.pro27 int diff_mode_buf(buf_T *buf);
/vim-8.2.3635/src/
H A Dbuffer.c2587 if (diffmode && !diff_mode_buf(buflist_findnr(match))) in buflist_findpat()
2634 && (!diffmode || diff_mode_buf(buf)) in buflist_findpat()
2758 if (buf == curbuf || !diff_mode_buf(buf)) in ExpandBufnames()
H A Ddiff.c2952 diff_mode_buf(buf_T *buf) in diff_mode_buf() function