Searched refs:diff_mode_buf (Results 1 – 3 of 3) sorted by relevance
27 int diff_mode_buf(buf_T *buf);
2587 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()
2952 diff_mode_buf(buf_T *buf) in diff_mode_buf() function