]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.182
- removed conflict with 6.2.259
[packages/vim.git] / 6.2.182
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.182
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=ISO-8859-1
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 6.2.182 (after 6.2.094)
11 Problem:    Compilation with tiny features fails because of missing
12             get_past_head() function.
13 Solution:   Adjust the #ifdef for get_past_head().
14 Files:      src/misc1.c
15
16
17 *** ../vim-6.2.181/src/misc1.c  Fri Oct 17 12:18:17 2003
18 --- src/misc1.c Sun Jan 18 16:07:34 2004
19 ***************
20 *** 3874,3881 ****
21   
22   #if defined(FEAT_MODIFY_FNAME) || defined(FEAT_EVAL) \
23         || defined(FEAT_SESSION) || defined(MSWIN) \
24 !       || (defined(FEAT_GUI_GTK) && defined(FEAT_WINDOWS)) \
25 !       || defined(FEAT_SUN_WORKSHOP) || defined(PROTO)
26   /*
27    * Get a pointer to one character past the head of a path name.
28    * Unix: after "/"; DOS: after "c:\"; Amiga: after "disk:/"; Mac: no head.
29 --- 3875,3884 ----
30   
31   #if defined(FEAT_MODIFY_FNAME) || defined(FEAT_EVAL) \
32         || defined(FEAT_SESSION) || defined(MSWIN) \
33 !       || (defined(FEAT_GUI_GTK) \
34 !                           && (defined(FEAT_WINDOWS) || defined(FEAT_DND))) \
35 !       || defined(FEAT_SUN_WORKSHOP) || defined(FEAT_NETBEANS_INTG) \
36 !       || defined(PROTO)
37   /*
38    * Get a pointer to one character past the head of a path name.
39    * Unix: after "/"; DOS: after "c:\"; Amiga: after "disk:/"; Mac: no head.
40 *** ../vim-6.2.181/src/version.c        Mon Jan 12 19:56:01 2004
41 --- src/version.c       Sun Jan 18 20:14:02 2004
42 ***************
43 *** 639,640 ****
44 --- 639,642 ----
45   {   /* Add new patch number below this line */
46 + /**/
47 +     182,
48   /**/
49
50 -- 
51 CUSTOMER:     Well, can you hang around a couple of minutes?  He won't be
52               long.
53 MORTICIAN:    Naaah, I got to go on to Robinson's -- they've lost nine today.
54 CUSTOMER:     Well, when is your next round?
55 MORTICIAN:    Thursday.
56 DEAD PERSON:  I think I'll go for a walk.
57                                   The Quest for the Holy Grail (Monty Python)
58
59  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
60 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
61 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
62  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.029262 seconds and 3 git commands to generate.