]> git.pld-linux.org Git - packages/vim.git/blob - 6.2.366
- updated to 6.2.430
[packages/vim.git] / 6.2.366
1 To: vim-dev@vim.org
2 Subject: Patch 6.2.366
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.366
11 Problem:    When the GUI can't start because no valid font is found, there is
12             no error message. (Ugen)
13 Solution:   Add an error message.
14 Files:      src/gui.c
15
16
17 *** ../vim-6.2.365/src/gui.c    Sat Mar  6 21:06:59 2004
18 --- src/gui.c   Tue Mar 16 19:19:35 2004
19 ***************
20 *** 467,473 ****
21 --- 467,476 ----
22   #endif
23             gui_init_font(*p_guifont == NUL ? hl_get_font_name()
24                                                   : p_guifont, FALSE) == FAIL)
25 +     {
26 +       EMSG(_("E665: Cannot start GUI, no valid font found"));
27         goto error2;
28 +     }
29   #ifdef FEAT_MBYTE
30       if (gui_get_wide_font() == FAIL)
31         EMSG(_("E231: 'guifontwide' invalid"));
32 *** ../vim-6.2.365/src/version.c        Tue Mar 16 18:03:23 2004
33 --- src/version.c       Tue Mar 16 20:52:49 2004
34 ***************
35 *** 639,640 ****
36 --- 639,642 ----
37   {   /* Add new patch number below this line */
38 + /**/
39 +     366,
40   /**/
41
42 -- 
43 I wonder how much deeper the ocean would be without sponges.
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  \\\  Buy at Amazon and help AIDS victims -- http://ICCF.nl/click1.html ///
This page took 0.03162 seconds and 3 git commands to generate.