]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.741
- add patches 7.3.619-743
[packages/vim.git] / 7.3.741
CommitLineData
5a088057
KK
1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.741
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.741 (after 7.3.737)
11Problem: Tiny build fails.
12Solution: Move #ifdef. (Ike Devolder)
13Files: src/ex_docmd.c
14
15
16*** ../vim-7.3.740/src/ex_docmd.c 2012-11-28 17:34:43.000000000 +0100
17--- src/ex_docmd.c 2012-11-28 19:09:39.000000000 +0100
18***************
19*** 1534,1542 ****
20 * ":endif" (could be ":if x | foo | endif").
21 */
22 if_level = 0;
23- #endif
24
25 did_endif = FALSE; /* in case do_cmdline used recursively */
26
27 --call_depth;
28 return retval;
29--- 1534,1542 ----
30 * ":endif" (could be ":if x | foo | endif").
31 */
32 if_level = 0;
33
34 did_endif = FALSE; /* in case do_cmdline used recursively */
35+ #endif
36
37 --call_depth;
38 return retval;
39*** ../vim-7.3.740/src/version.c 2012-11-28 18:31:49.000000000 +0100
40--- src/version.c 2012-11-28 19:09:15.000000000 +0100
41***************
42*** 727,728 ****
43--- 727,730 ----
44 { /* Add new patch number below this line */
45+ /**/
46+ 741,
47 /**/
48
49--
50From "know your smileys":
51 :-O>-o Smiley American tourist (note big mouth and camera)
52
53 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
54/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
55\\\ an exciting new programming language -- http://www.Zimbu.org ///
56 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.213977 seconds and 4 git commands to generate.