0
0
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:
Bram Moolenaar
2006-01-21 22:09:43 +00:00
parent b71eaaeaa8
commit b1b715d1fb
6 changed files with 36 additions and 19 deletions

View File

@@ -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;