Patch 8.1.1549 (after 8.1.1547)
Problem:    Quickfix test fails.
Solution:   Negate result of bt_quickfix().
Files:      src/quickfix.c


*** ../vim-8.1.1548/src/quickfix.c      2019-06-15 19:37:11.680608505 +0200
--- src/quickfix.c      2019-06-15 21:53:56.067760138 +0200
***************
*** 4135,4141 ****
      // Set the options for the quickfix buffer/window (if not already done)
      // Do this even if the quickfix buffer was already present, as an autocmd
      // might have previously deleted (:bdelete) the quickfix buffer.
!     if (bt_quickfix(curbuf))
        qf_set_cwindow_options();
  
      // Only set the height when still in the same tab page and there is no
--- 4135,4141 ----
      // Set the options for the quickfix buffer/window (if not already done)
      // Do this even if the quickfix buffer was already present, as an autocmd
      // might have previously deleted (:bdelete) the quickfix buffer.
!     if (!bt_quickfix(curbuf))
        qf_set_cwindow_options();
  
      // Only set the height when still in the same tab page and there is no
*** ../vim-8.1.1548/src/version.c       2019-06-15 21:46:25.948960483 +0200
--- src/version.c       2019-06-15 21:55:48.655397470 +0200
***************
*** 779,780 ****
--- 779,782 ----
  {   /* Add new patch number below this line */
+ /**/
+     1549,
  /**/

-- 
Press any key to continue, press any other key to quit.

 /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/201906151956.x5FJuU6Z007285%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui