Home
last modified time | relevance | path

Searched refs:BF_NOTEDITED (Results 1 – 6 of 6) sorted by relevance

/vim-8.2.3635/src/
H A Dvim.h734 #define BF_NOTEDITED 0x08 // Set when file name is changed after macro
746 #define BF_WRITE_MASK (BF_NOTEDITED + BF_NEW + BF_READERR)
H A Dex_cmds2.c142 buf->b_flags |= BF_NOTEDITED; in browse_save_fname()
H A Dfileio.c300 curbuf->b_flags &= ~BF_NOTEDITED; in readfile()
3020 curbuf->b_flags |= BF_NOTEDITED; in set_rw_fname()
4081 if ( !(buf->b_flags & BF_NOTEDITED) in buf_check_timestamp()
H A Dex_cmds.c1785 curbuf->b_flags |= BF_NOTEDITED; in rename_buffer()
2110 || (buf->b_flags & BF_NOTEDITED) in check_overwrite()
H A Dbuffer.c3694 (curbuf->b_flags & BF_NOTEDITED) in fileinfo()
/vim-8.2.3635/runtime/doc/
H A Dversion8.txt44052 Solution: Reset BF_NOTEDITED after BufWriteCmd. (closes #5807)