Patch 8.1.1549

7 views
Skip to first unread message

Bram Moolenaar

unread,
Jun 15, 2019, 3:56:42 PM6/15/19
to vim...@googlegroups.com

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 -- Br...@Moolenaar.net -- 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 ///
Reply all
Reply to author
Forward
0 new messages