Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbufwrite.c923 buf->b_flags &= ~BF_WRITE_MASK; in buf_write()
2441 buf->b_flags &= ~BF_WRITE_MASK; in buf_write()
H A Dvim.h746 #define BF_WRITE_MASK (BF_NOTEDITED + BF_NEW + BF_READERR) macro
H A Dbuffer.c3707 (curbufIsChanged() || (curbuf->b_flags & BF_WRITE_MASK) in fileinfo()