]> git.pld-linux.org Git - packages/vim.git/blame - 7.3.266
- new
[packages/vim.git] / 7.3.266
CommitLineData
78515cdc 1To: vim_dev@googlegroups.com
2Subject: Patch 7.3.266
3Fcc: outbox
4From: Bram Moolenaar <Bram@moolenaar.net>
5Mime-Version: 1.0
6Content-Type: text/plain; charset=UTF-8
7Content-Transfer-Encoding: 8bit
8------------
9
10Patch 7.3.266
11Problem: In Gvim with iBus typing space in Insert mode doesn't work.
12Solution: Clear xim_expected_char after checking it.
13Files: 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]
43ARTHUR: Old woman!
44DENNIS: Man!
45ARTHUR: Man, sorry. What knight lives in that castle over there?
46DENNIS: I'm thirty seven.
47ARTHUR: What?
48DENNIS: 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.04008 seconds and 4 git commands to generate.