]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.020
- updated to 1.15
[packages/vim.git] / 7.0.020
CommitLineData
142b4b8e
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.020
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.0.020
11Problem: Crash when using 'mousefocus'. (William Fulton)
12Solution: Make buffer for mouse coordinates 2 bytes longer. (Juergen Weigert)
13Files: 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--
46Michael: There is no such thing as a dump question.
47Bernard: 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.032805 seconds and 4 git commands to generate.