]> git.pld-linux.org Git - packages/vim.git/blob - 7.2.218
- new
[packages/vim.git] / 7.2.218
1 To: vim-dev@vim.org
2 Subject: Patch 7.2.218
3 Fcc: outbox
4 From: Bram Moolenaar <Bram@moolenaar.net>
5 Mime-Version: 1.0
6 Content-Type: text/plain; charset=UTF-8
7 Content-Transfer-Encoding: 8bit
8 ------------
9
10 Patch 7.2.218
11 Problem:    Cannot build GTK with hangul_input feature. (Dominique Pelle)
12 Solution:   Adjuste #ifdef.  (SungHyun Nam)
13 Files:      src/gui.c
14
15
16 *** ../vim-7.2.217/src/gui.c    2009-06-16 16:01:34.000000000 +0200
17 --- src/gui.c   2009-06-24 17:45:01.000000000 +0200
18 ***************
19 *** 959,965 ****
20                 guicolor_T fg, bg;
21   
22                 if (
23 ! # ifdef HAVE_GTK2
24                         preedit_get_status()
25   # else
26                         im_get_status()
27 --- 959,965 ----
28                 guicolor_T fg, bg;
29   
30                 if (
31 ! # if defined(HAVE_GTK2) && !defined(FEAT_HANGULIN)
32                         preedit_get_status()
33   # else
34                         im_get_status()
35 *** ../vim-7.2.217/src/version.c        2009-06-24 18:07:55.000000000 +0200
36 --- src/version.c       2009-06-24 18:31:06.000000000 +0200
37 ***************
38 *** 678,679 ****
39 --- 678,681 ----
40   {   /* Add new patch number below this line */
41 + /**/
42 +     218,
43   /**/
44
45 -- 
46 The users that I support would double-click on a landmine to find out
47 what happens.                           -- A system administrator
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.070083 seconds and 3 git commands to generate.