]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.252
- fix for current libselinux
[packages/vim.git] / 6.2.252
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.252 (extra)
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.252 (extra, after 6.2.243)
11 Problem:    Mac: Dropping a file on a Vim icon causes a hit-enter prompt for
12             Mac OS classic.
13 Solution:   Remove the #ifdef from the code that fixes it for Mac OSX.
14 Files:      src/gui_mac.c
15
16
17 *** ../vim-6.2.251/src/gui_mac.c        Sun Feb  8 14:41:05 2004
18 --- src/gui_mac.c       Sun Feb  8 18:32:24 2004
19 ***************
20 *** 1162,1168 ****
21         return (error);
22       }
23   
24 - #ifdef MACOS_X_UNIX
25       if (starting > 0)
26       {
27         int i;
28 --- 1162,1167 ----
29 ***************
30 *** 1179,1185 ****
31         }
32         goto finished;
33       }
34 - #endif
35   
36       /* Handle the drop, :edit to get to the file */
37       handle_drop(numFiles, fnames, FALSE);
38 --- 1178,1183 ----
39 ***************
40 *** 1208,1217 ****
41       setcursor();
42       out_flush();
43   
44 - #ifdef MACOS_X_UNIX
45     finished:
46 - #endif
47
48       AEDisposeDesc(&theList); /* dispose what we allocated */
49   
50       error = HandleUnusedParms (theAEvent);
51 --- 1206,1212 ----
52 *** ../vim-6.2.251/src/version.c        Tue Feb 10 19:41:59 2004
53 --- src/version.c       Tue Feb 10 19:43:27 2004
54 ***************
55 *** 639,640 ****
56 --- 639,642 ----
57   {   /* Add new patch number below this line */
58 + /**/
59 +     252,
60   /**/
61
62 -- 
63 The primary purpose of the DATA statement is to give names to constants;
64 instead of referring to pi as 3.141592653589793 at every appearance, the
65 variable PI can be given that value with a DATA statement and used instead
66 of the longer form of the constant.  This also simplifies modifying the
67 program, should the value of pi change.
68         -- FORTRAN manual for Xerox Computers
69
70  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
71 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
72 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
73  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.035319 seconds and 3 git commands to generate.