home *** CD-ROM | disk | FTP | other *** search
/ vim.ftp.fu-berlin.de / 2015-02-03.vim.ftp.fu-berlin.de.tar / vim.ftp.fu-berlin.de / patches / 7.0 / 7.0.102 < prev    next >
Encoding:
Internet Message Format  |  2006-09-13  |  1.6 KB

  1. To: vim-dev@vim.org
  2. Subject: Patch 7.0.102
  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 7.0.102
  11. Problem:    Redrawing cmdline is not correct when using SCIM.
  12. Solution:   Don't call im_get_status(). (Yukihiro Nakadaira)
  13. Files:        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. -- 
  46. TIM:   That is not an ordinary rabbit ... 'tis the most foul cruel and
  47.        bad-tempered thing you ever set eyes on.
  48. ROBIN: 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    ///
  55.