]> git.pld-linux.org Git - packages/vim.git/blame - 7.2.218
- new
[packages/vim.git] / 7.2.218
CommitLineData
ef0610d1
AG
1To: vim-dev@vim.org
2Subject: Patch 7.2.218
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.2.218
11Problem: Cannot build GTK with hangul_input feature. (Dominique Pelle)
12Solution: Adjuste #ifdef. (SungHyun Nam)
13Files: 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--
46The users that I support would double-click on a landmine to find out
47what 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.035513 seconds and 4 git commands to generate.