Home
last modified time | relevance | path

Searched refs:BF_DUMMY (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/
H A Dbuffer.c2207 buf->b_flags |= BF_DUMMY; in buflist_new()
2546 if ((buf->b_flags & BF_DUMMY) == 0 && !otherfile_buf(buf, ffname in buflist_findname_stat()
3357 if (!(buf->b_flags & BF_DUMMY)) in setfname()
H A Dquickfix.c6268 buf->b_flags &= ~BF_DUMMY; in vgr_process_files()
6276 buf->b_flags &= ~BF_DUMMY; in vgr_process_files()
6497 curbuf->b_flags &= ~BF_DUMMY; in load_dummy_buffer()
6527 newbuf->b_flags |= BF_DUMMY; in load_dummy_buffer()
H A Dvim.h740 #define BF_DUMMY 0x80 // dummy buffer, only used internally macro
H A Dmemline.c4922 && !(buf->b_flags & (BF_DUMMY | BF_NO_SEA))) in findswapname()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt12441 Solution: Set the BF_DUMMY flag after loading a dummy buffer. Start