Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dvim.h832 #define BUF_DIFF_FILTER 0x2000 macro
H A Dbuffer.c2713 if ((options & BUF_DIFF_FILTER) && !curwin->w_p_diff) in ExpandBufnames()
2755 if (options & BUF_DIFF_FILTER) in ExpandBufnames()
H A Dcmdexpand.c2041 return ExpandBufnames(pat, num_file, file, options | BUF_DIFF_FILTER); in ExpandFromContext()