Patch 8.1.1135 (after 8.1.1134)
Problem: Build failure for small version. (Tony Mechelynck)
Solution: Add #ifdef.
Files: src/buffer.c
*** ../vim-8.1.1134/src/buffer.c 2019-04-07 12:04:48.523067191 +0200
--- src/buffer.c 2019-04-07 14:17:05.647856945 +0200
***************
*** 1853,1859 ****
--- 1853,1861 ----
&& curbuf->b_ffname == NULL
&& curbuf->b_nwindows <= 1
&& (curbuf->b_ml.ml_mfp == NULL || BUFEMPTY())
+ #if defined(FEAT_QUICKFIX)
&& !bt_quickfix(curbuf)
+ #endif
&& !curbufIsChanged());
}
*** ../vim-8.1.1134/src/version.c 2019-04-07 12:04:48.523067191 +0200
--- src/version.c 2019-04-07 14:13:55.340994371 +0200
***************
*** 773,774 ****
--- 773,776 ----
{ /* Add new patch number below this line */
+ /**/
+ 1135,
/**/
--
Your fault: core dumped
/// 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].
For more options, visit https://groups.google.com/d/optout.