]> git.pld-linux.org Git - packages/vim.git/blame - 7.0.102
- updated to 1.15
[packages/vim.git] / 7.0.102
CommitLineData
f3c378e8
AG
1To: vim-dev@vim.org
2Subject: Patch 7.0.102
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.102
11Problem: Redrawing cmdline is not correct when using SCIM.
12Solution: Don't call im_get_status(). (Yukihiro Nakadaira)
13Files: src/ex_getln.c
14
15
16*** ../vim-7.0.101/src/ex_getln.c Sun Sep 10 21:05:39 2006
17--- src/ex_getln.c Tue Sep 12 20:52:51 2006
18***************
19*** 2363,2369 ****
20 {
21 if ((State & CMDLINE)
22 && xic != NULL
23! && im_get_status()
24 && !p_imdisable
25 && im_is_preediting())
26 {
27--- 2363,2369 ----
28 {
29 if ((State & CMDLINE)
30 && xic != NULL
31! /* && im_get_status() doesn't work when using SCIM */
32 && !p_imdisable
33 && im_is_preediting())
34 {
35*** ../vim-7.0.101/src/version.c Tue Sep 12 22:24:48 2006
36--- src/version.c Thu Sep 14 10:23:45 2006
37***************
38*** 668,669 ****
39--- 668,671 ----
40 { /* Add new patch number below this line */
41+ /**/
42+ 102,
43 /**/
44
45--
46TIM: That is not an ordinary rabbit ... 'tis the most foul cruel and
47 bad-tempered thing you ever set eyes on.
48ROBIN: You tit. I soiled my armour I was so scared!
49 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
50
51 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\
52/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53\\\ download, build and distribute -- http://www.A-A-P.org ///
54 \\\ help me help AIDS victims -- http://ICCF-Holland.org ///
This page took 0.071989 seconds and 4 git commands to generate.