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.3 / 7.3.266 < prev    next >
Encoding:
Internet Message Format  |  2012-11-20  |  1.6 KB

  1. To: vim_dev@googlegroups.com
  2. Subject: Patch 7.3.266
  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.3.266
  11. Problem:    In Gvim with iBus typing space in Insert mode doesn't work.
  12. Solution:   Clear xim_expected_char after checking it.
  13. Files:        src/mbyte.c
  14.  
  15.  
  16. *** ../vim-7.3.265/src/mbyte.c    2011-07-15 21:16:54.000000000 +0200
  17. --- src/mbyte.c    2011-07-27 18:21:13.000000000 +0200
  18. ***************
  19. *** 5170,5175 ****
  20. --- 5170,5179 ----
  21.           /* We had a keypad key, and XIM tried to thieve it */
  22.           return FALSE;
  23.   
  24. +         /* This is supposed to fix a problem with iBus, that space
  25. +          * characters don't work in input mode. */
  26. +         xim_expected_char = NUL;
  27.           /* Normal processing */
  28.           return imresult;
  29.       }
  30. *** ../vim-7.3.265/src/version.c    2011-07-27 17:58:42.000000000 +0200
  31. --- src/version.c    2011-07-27 18:23:00.000000000 +0200
  32. ***************
  33. *** 711,712 ****
  34. --- 711,714 ----
  35.   {   /* Add new patch number below this line */
  36. + /**/
  37. +     266,
  38.   /**/
  39.  
  40. -- 
  41.     [clop clop]
  42. ARTHUR:  Old woman!
  43. DENNIS:  Man!
  44. ARTHUR:  Man, sorry.  What knight lives in that castle over there?
  45. DENNIS:  I'm thirty seven.
  46. ARTHUR:  What?
  47. DENNIS:  I'm thirty seven -- I'm not old!
  48.                                   The Quest for the Holy Grail (Monty Python)
  49.  
  50.  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
  51. ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
  52. \\\  an exciting new programming language -- http://www.Zimbu.org        ///
  53.  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
  54.