Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inoremap prevents character inputing after timeout #546

Closed
noboruma opened this issue Mar 14, 2019 · 3 comments
Closed

inoremap prevents character inputing after timeout #546

noboruma opened this issue Mar 14, 2019 · 3 comments
Labels

Comments

@noboruma
Copy link
Contributor

noboruma commented Mar 14, 2019

vimb, version 3.3.0-21-ga884a81

Steps to reproduce

I have the following in my config:
inoremap jj <Esc>j

Expected behaviour

If I input j and wait a bit, I would expect j to appear in the input.

Actual behaviour

j never shows up. jj works, j does nothing.

@fanglingsu fanglingsu added the bug label Mar 14, 2019
@fanglingsu
Copy link
Owner

@noboruma Thank you for this report. We had a similar issue year before #258 which was solved by a pull request. But I can't find any code of this now. This might have been dropped during migration to webkit2.

@noboruma
Copy link
Contributor Author

@fanglingsu Thanks for the reply! Good to know this issue was already raised, I will see if I can get it working and make a new PR.

@noboruma noboruma mentioned this issue Mar 14, 2019
@noboruma
Copy link
Contributor Author

#547 is waiting for approval, I am closing this issue.

fanglingsu added a commit that referenced this issue Mar 14, 2019
This fixes the warning "Event with type 8 not holding a GdkDevice. It
is most likely synthesized outside Gdk/GTK+".
fanglingsu added a commit that referenced this issue Mar 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants