summaryrefslogtreecommitdiff
path: root/data/vim/patches/8.1.1135
blob: 73146adf1cc788836911ba6293e52bd94ff254f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
To: vim_dev@googlegroups.com
Subject: Patch 8.1.1135
Fcc: outbox
From: Bram Moolenaar <Bram@moolenaar.net>
Mime-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
------------

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 -- Bram@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    ///