Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dbuffer.c328 curbuf->b_flags |= BF_READERR; in open_buffer()
886 buf->b_flags &= ~BF_READERR; // a read error is no longer relevant in buf_freeall()
3202 && ((buf->b_flags & BF_READERR) || !bufIsChanged(buf))) in buflist_list()
3217 || (vim_strchr(eap->arg, 'x') && !(buf->b_flags & BF_READERR)) in buflist_list()
3229 changed_char = (buf->b_flags & BF_READERR) ? 'x' in buflist_list()
3704 (curbuf->b_flags & BF_READERR) ? _("[Read errors]") : "", in fileinfo()
H A Dvim.h739 #define BF_READERR 0x40 // got errors while reading the file macro
746 #define BF_WRITE_MASK (BF_NOTEDITED + BF_NEW + BF_READERR)
H A Dex_cmds.c2113 || (buf->b_flags & BF_READERR)) in check_overwrite()