]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.214
- initial import
[packages/vim.git] / 6.2.214
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.214 (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.214 (after 6.2.211) (extra)
11 Problem:    Warning for an unused variable.
12 Solution:   Delete the declaration. (Bill McCarthy)
13 Files:      src/gui_w48.c
14
15
16 *** ../vim-6.2.213/src/gui_w48.c        Sun Jan 25 20:45:55 2004
17 --- src/gui_w48.c       Mon Jan 26 20:08:56 2004
18 ***************
19 *** 2842,2848 ****
20       UINT    cFiles = DragQueryFile(hDrop, DRAGQVAL, szFile, BUFPATHLEN);
21       UINT    i;
22       char_u  **fnames;
23 -     char_u  redo_dirs = FALSE;
24       POINT   pt;
25       int_u   modifiers = 0;
26   
27 --- 2842,2847 ----
28 *** ../vim-6.2.213/src/version.c        Tue Jan 27 17:55:24 2004
29 --- src/version.c       Wed Jan  1 01:31:25 2003
30 ***************
31 *** 639,640 ****
32 --- 639,642 ----
33   {   /* Add new patch number below this line */
34 + /**/
35 +     214,
36   /**/
37
38 -- 
39 DENNIS: Look,  strange women lying on their backs in ponds handing out
40         swords ... that's no basis for a system of government.  Supreme
41         executive power derives from a mandate from the masses, not from some
42         farcical aquatic ceremony.
43                  "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
44
45  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
46 ///        Sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
47 \\\              Project leader for A-A-P -- http://www.A-A-P.org        ///
48  \\\  Help AIDS victims, buy here: http://ICCF-Holland.org/click1.html  ///
This page took 0.029784 seconds and 3 git commands to generate.