]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.108
- new
[packages/vim.git] / 7.2.108
CommitLineData
9512a71a
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.108
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=ISO-8859-1
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.108 (after 7.2.105)
11Problem: Can't build without the diff feature.
12Solution: Add #ifdef.
13Files: src/option.c
14
15
16*** ../vim-7.2.107/src/option.c Wed Feb 11 16:45:56 2009
17--- src/option.c Wed Feb 11 22:21:16 2009
18***************
19*** 4127,4132 ****
20--- 4127,4133 ----
21 errmsg = (char_u *)_("E520: Not allowed in a modeline");
22 goto skip;
23 }
24+ #ifdef FEAT_DIFF
25 /* In diff mode some options are overruled. This avoids that
26 * 'foldmethod' becomes "marker" instead of "diff" and that
27 * "wrap" gets set. */
28***************
29*** 4134,4139 ****
30--- 4135,4141 ----
31 && (options[opt_idx].indir == PV_FDM
32 || options[opt_idx].indir == PV_WRAP))
33 goto skip;
34+ #endif
35 }
36
37 #ifdef HAVE_SANDBOX
38*** ../vim-7.2.107/src/version.c Wed Feb 11 18:46:48 2009
39--- src/version.c Wed Feb 11 22:46:40 2009
40***************
41*** 678,679 ****
42--- 678,681 ----
43 { /* Add new patch number below this line */
44+ /**/
45+ 108,
46 /**/
47
48--
49hundred-and-one symptoms of being an internet addict:
5080. At parties, you introduce your spouse as your "service provider."
51
52 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
53/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54\\\ download, build and distribute -- http://www.A-A-P.org ///
55 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.105004 seconds and 4 git commands to generate.