]> git.pld-linux.org Git - packages/vim.git/blob - 7.3.266
- new
[packages/vim.git] / 7.3.266
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
28             /* Normal processing */
29             return imresult;
30         }
31 *** ../vim-7.3.265/src/version.c        2011-07-27 17:58:42.000000000 +0200
32 --- src/version.c       2011-07-27 18:23:00.000000000 +0200
33 ***************
34 *** 711,712 ****
35 --- 711,714 ----
36   {   /* Add new patch number below this line */
37 + /**/
38 +     266,
39   /**/
40
41 -- 
42     [clop clop]
43 ARTHUR:  Old woman!
44 DENNIS:  Man!
45 ARTHUR:  Man, sorry.  What knight lives in that castle over there?
46 DENNIS:  I'm thirty seven.
47 ARTHUR:  What?
48 DENNIS:  I'm thirty seven -- I'm not old!
49                                   The Quest for the Holy Grail (Monty Python)
50
51  /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
52 ///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
53 \\\  an exciting new programming language -- http://www.Zimbu.org        ///
54  \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///
This page took 0.031922 seconds and 3 git commands to generate.