Karsten Hopp bbccec
To: vim-dev@vim.org
Karsten Hopp bbccec
Subject: Patch 7.0.102
Karsten Hopp bbccec
Fcc: outbox
Karsten Hopp bbccec
From: Bram Moolenaar <Bram@moolenaar.net>
Karsten Hopp bbccec
Mime-Version: 1.0
Karsten Hopp bbccec
Content-Type: text/plain; charset=ISO-8859-1
Karsten Hopp bbccec
Content-Transfer-Encoding: 8bit
Karsten Hopp bbccec
------------
Karsten Hopp bbccec
Karsten Hopp bbccec
Patch 7.0.102
Karsten Hopp bbccec
Problem:    Redrawing cmdline is not correct when using SCIM.
Karsten Hopp bbccec
Solution:   Don't call im_get_status(). (Yukihiro Nakadaira)
Karsten Hopp bbccec
Files:	    src/ex_getln.c
Karsten Hopp bbccec
Karsten Hopp bbccec
Karsten Hopp bbccec
*** ../vim-7.0.101/src/ex_getln.c	Sun Sep 10 21:05:39 2006
Karsten Hopp bbccec
--- src/ex_getln.c	Tue Sep 12 20:52:51 2006
Karsten Hopp bbccec
***************
Karsten Hopp bbccec
*** 2363,2369 ****
Karsten Hopp bbccec
  {
Karsten Hopp bbccec
      if ((State & CMDLINE)
Karsten Hopp bbccec
  	    && xic != NULL
Karsten Hopp bbccec
! 	    && im_get_status()
Karsten Hopp bbccec
  	    && !p_imdisable
Karsten Hopp bbccec
  	    && im_is_preediting())
Karsten Hopp bbccec
      {
Karsten Hopp bbccec
--- 2363,2369 ----
Karsten Hopp bbccec
  {
Karsten Hopp bbccec
      if ((State & CMDLINE)
Karsten Hopp bbccec
  	    && xic != NULL
Karsten Hopp bbccec
! 	    /* && im_get_status()  doesn't work when using SCIM */
Karsten Hopp bbccec
  	    && !p_imdisable
Karsten Hopp bbccec
  	    && im_is_preediting())
Karsten Hopp bbccec
      {
Karsten Hopp bbccec
*** ../vim-7.0.101/src/version.c	Tue Sep 12 22:24:48 2006
Karsten Hopp bbccec
--- src/version.c	Thu Sep 14 10:23:45 2006
Karsten Hopp bbccec
***************
Karsten Hopp bbccec
*** 668,669 ****
Karsten Hopp bbccec
--- 668,671 ----
Karsten Hopp bbccec
  {   /* Add new patch number below this line */
Karsten Hopp bbccec
+ /**/
Karsten Hopp bbccec
+     102,
Karsten Hopp bbccec
  /**/
Karsten Hopp bbccec
Karsten Hopp bbccec
-- 
Karsten Hopp bbccec
TIM:   That is not an ordinary rabbit ... 'tis the most foul cruel and
Karsten Hopp bbccec
       bad-tempered thing you ever set eyes on.
Karsten Hopp bbccec
ROBIN: You tit.  I soiled my armour I was so scared!
Karsten Hopp bbccec
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
Karsten Hopp bbccec
Karsten Hopp bbccec
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
Karsten Hopp bbccec
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
Karsten Hopp bbccec
\\\        download, build and distribute -- http://www.A-A-P.org        ///
Karsten Hopp bbccec
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///