]> git.pld-linux.org Git - packages/vim.git/blob - 7.0.020
- updated to 0.7.3
[packages/vim.git] / 7.0.020
1 To: vim-dev@vim.org
2 Subject: Patch 7.0.020
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 7.0.020
11 Problem:    Crash when using 'mousefocus'. (William Fulton)
12 Solution:   Make buffer for mouse coordinates 2 bytes longer. (Juergen Weigert)
13 Files:      src/gui.c
14
15
16 *** ../vim-7.0.019/src/gui.c    Sat May 13 12:15:09 2006
17 --- src/gui.c   Tue Jun 20 16:27:02 2006
18 ***************
19 *** 4515,4521 ****
20       int               y;
21   {
22       win_T     *wp;
23 !     char_u    st[6];
24   
25       /* Ignore this while still starting up. */
26       if (!gui.in_use || gui.starting)
27 --- 4515,4521 ----
28       int               y;
29   {
30       win_T     *wp;
31 !     char_u    st[8];
32   
33       /* Ignore this while still starting up. */
34       if (!gui.in_use || gui.starting)
35 *** ../vim-7.0.019/src/version.c        Tue Jun 20 12:56:11 2006
36 --- src/version.c       Tue Jun 20 16:32:28 2006
37 ***************
38 *** 668,669 ****
39 --- 668,671 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     20,
43   /**/
44
45 -- 
46 Michael: There is no such thing as a dump question.
47 Bernard: Sure there is.  For example "what is a core dump?"
48
49  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
50 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
51 \\\        download, build and distribute -- http://www.A-A-P.org        ///
52  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.029327 seconds and 3 git commands to generate.