]> git.pld-linux.org Git - packages/vim.git/blame - 7.1.117
- updated to 7.1.326
[packages/vim.git] / 7.1.117
CommitLineData
25f687b8
AM
1To: vim-dev@vim.org
2Subject: patch 7.1.117
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.1.117
11Problem: Can't check wether Vim was compiled with Gnome. (Tony Mechelynck)
12Solution: Add gui_gnome to the has() list.
13Files: src/eval.c
14
15
16*** ../vim-7.1.116/src/eval.c Mon Sep 17 22:19:43 2007
17--- src/eval.c Sun Sep 16 19:24:49 2007
18***************
19*** 10879,10884 ****
20--- 10883,10891 ----
21 "gui_gtk2",
22 # endif
23 #endif
24+ #ifdef FEAT_GUI_GNOME
25+ "gui_gnome",
26+ #endif
27 #ifdef FEAT_GUI_MAC
28 "gui_mac",
29 #endif
30*** ../vim-7.1.116/src/version.c Mon Sep 17 22:38:49 2007
31--- src/version.c Tue Sep 25 12:48:59 2007
32***************
33*** 668,669 ****
34--- 668,671 ----
35 { /* Add new patch number below this line */
36+ /**/
37+ 117,
38 /**/
39
40--
41ARTHUR: No, hang on! Just answer the five questions ...
42GALAHAD: Three questions ...
43ARTHUR: Three questions ... And we shall watch ... and pray.
44 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
45
46 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
47/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
48\\\ download, build and distribute -- http://www.A-A-P.org ///
49 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.027925 seconds and 4 git commands to generate.