]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.706
- add patches 7.3.619-743
[packages/vim.git] / 7.3.706
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.706
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.3.706 (after 7.3.697)
11 Problem:    Can't build Motif version.
12 Solution:   Fix wrongly named variable. (Ike Devolder)
13 Files:      src/syntax.c
14
15
16 *** ../vim-7.3.705/src/syntax.c 2012-10-21 01:40:24.000000000 +0200
17 --- src/syntax.c        2012-10-21 21:22:46.000000000 +0200
18 ***************
19 *** 8082,8088 ****
20         || do_tooltip
21   #  endif
22             )
23 !       if (free_fontset)
24             gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset);
25         HL_TABLE()[idx].sg_fontset = fontset_name2handle(arg, 0
26   #  ifdef FONTSET_ALWAYS
27 --- 8082,8088 ----
28         || do_tooltip
29   #  endif
30             )
31 !       if (free_font)
32             gui_mch_free_fontset(HL_TABLE()[idx].sg_fontset);
33         HL_TABLE()[idx].sg_fontset = fontset_name2handle(arg, 0
34   #  ifdef FONTSET_ALWAYS
35 *** ../vim-7.3.705/src/version.c        2012-10-21 04:00:03.000000000 +0200
36 --- src/version.c       2012-10-21 21:25:07.000000000 +0200
37 ***************
38 *** 727,728 ****
39 --- 727,730 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     706,
43   /**/
44
45 -- 
46 "You're fired." (1980)
47 "You're laid off." (1985)
48 "You're downsized." (1990)
49 "You're rightsized." (1992)
50                                 (Scott Adams - The Dilbert principle)
51
52  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
53 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
54 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
55  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.083637 seconds and 3 git commands to generate.