]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.188
- manpaged md5 fix
[packages/vim.git] / 6.2.188
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.188 (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.188 (extra)
11 Problem:    MS-Windows: Multi-byte characters in a filename cause trouble for
12             the window title.
13 Solution:   Return when the wide function for setting the title did its work.
14 Files:      src/gui_w48.c
15
16
17 *** ../vim-6.2.187/src/gui_w48.c        Sun Oct 26 21:00:14 2003
18 --- src/gui_w48.c       Tue Jan 13 11:50:17 2004
19 ***************
20 *** 2633,2638 ****
21 --- 2633,2639 ----
22         {
23             SetWindowTextW(s_hwnd, wbuf);
24             vim_free(wbuf);
25 +           return;
26         }
27       }
28   #endif
29 *** ../vim-6.2.187/src/version.c        Sun Jan 18 20:58:01 2004
30 --- src/version.c       Sun Jan 18 21:00:23 2004
31 ***************
32 *** 639,640 ****
33 --- 639,642 ----
34   {   /* Add new patch number below this line */
35 + /**/
36 +     188,
37   /**/
38
39 -- 
40 A mathematician is a device for turning coffee into theorems.
41                                         Paul Erdos
42 A computer programmer is a device for turning coffee into bugs.
43                                         Bram Moolenaar
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.255805 seconds and 3 git commands to generate.