Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 316662 Details for
Bug 462170
gvim ignores space committed by gtk im module.
Home
New
Search
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh90 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
[?]
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
patch for fixing this problem
vim-7.2.013-ignore-space.patch (text/plain), 876 bytes, created by
Peng Huang
on 2008-09-13 10:00:51 UTC
(
hide
)
Description:
patch for fixing this problem
Filename:
MIME Type:
Creator:
Peng Huang
Created:
2008-09-13 10:00:51 UTC
Size:
876 bytes
patch
obsolete
>diff -up vim72/src/mbyte.c.ignore-space vim72/src/mbyte.c >--- vim72/src/mbyte.c.ignore-space 2008-09-13 17:40:24.000000000 +0800 >+++ vim72/src/mbyte.c 2008-09-13 17:51:05.000000000 +0800 >@@ -4243,6 +4243,7 @@ xim_queue_key_press_event(GdkEventKey *e > * not doing anything before the activation key was sent. */ > if (im_activatekey_keyval == GDK_VoidSymbol || im_is_active) > { >+ /* gvim will ignore xim_expected_char during calling gtk_im_context_filter_keypress */ > int imresult = gtk_im_context_filter_keypress(xic, event); > > /* Some XIM send following sequence: >@@ -4266,6 +4267,9 @@ xim_queue_key_press_event(GdkEventKey *e > /* We had a keypad key, and XIM tried to thieve it */ > return FALSE; > >+ /* gvim will not ignore xim_expected_char anymore */ >+ xim_expected_char = NUL; >+ > /* Normal processing */ > return imresult; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 462170
: 316662