]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.391
- new
[packages/vim.git] / 7.3.391
1 To: vim_dev@googlegroups.com
2 Subject: Patch 7.3.391
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.391
11 Problem:    Can't check if the XPM_W32 feature is enabled.
12 Solution:   Add xpm_w32 to the list of features. (kat)
13 Files:      src/eval.c
14
15
16 *** ../vim-7.3.390/src/eval.c   2011-12-14 15:32:44.000000000 +0100
17 --- src/eval.c  2012-01-04 14:33:22.000000000 +0100
18 ***************
19 *** 12260,12265 ****
20 --- 12260,12268 ----
21   #ifdef FEAT_XFONTSET
22         "xfontset",
23   #endif
24 + #ifdef FEAT_XPM_W32
25 +       "xpm_w32",
26 + #endif
27   #ifdef USE_XSMP
28         "xsmp",
29   #endif
30 *** ../vim-7.3.390/src/version.c        2011-12-30 15:01:55.000000000 +0100
31 --- src/version.c       2012-01-04 14:34:31.000000000 +0100
32 ***************
33 *** 716,717 ****
34 --- 716,719 ----
35   {   /* Add new patch number below this line */
36 + /**/
37 +     391,
38   /**/
39
40 -- 
41 ROBIN:  The what?
42 ARTHUR: The Holy Hand Grenade of Antioch.  'Tis one of the sacred relics
43         Brother Maynard always carries with him.
44 ALL:    Yes. Of course.
45 ARTHUR: (shouting) Bring up the Holy Hand Grenade!
46                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
47
48  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
49 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
50 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
51  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.030148 seconds and 3 git commands to generate.