mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0066
This commit is contained in:
@@ -2649,7 +2649,10 @@ buf_write(buf, fname, sfname, start, end, eap, append, forceit,
|
||||
if (reset_changed
|
||||
&& whole
|
||||
&& buf == curbuf
|
||||
&& curbuf->b_ffname == NULL
|
||||
#ifdef FEAT_QUICKFIX
|
||||
&& !bt_nofile(buf)
|
||||
#endif
|
||||
&& buf->b_ffname == NULL
|
||||
&& !filtering
|
||||
&& vim_strchr(p_cpo, CPO_FNAMEW) != NULL)
|
||||
{
|
||||
|
Reference in New Issue
Block a user