mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -04:00
updated for version 7.0184
This commit is contained in:
@@ -9729,7 +9729,10 @@ put_view(fd, wp, add_edit, flagp)
|
||||
*/
|
||||
if ((*flagp & SSOP_FOLDS)
|
||||
&& wp->w_buffer->b_ffname != NULL
|
||||
&& (*wp->w_buffer->b_p_bt == NUL || wp->w_buffer->b_help))
|
||||
# ifdef FEAT_QUICKFIX
|
||||
&& (*wp->w_buffer->b_p_bt == NUL || wp->w_buffer->b_help)
|
||||
# endif
|
||||
)
|
||||
{
|
||||
if (put_folds(fd, wp) == FAIL)
|
||||
return FAIL;
|
||||
|
Reference in New Issue
Block a user