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

Fix #1287: CJK characters(korean) overlap each other in insert mode #3214

Merged
merged 4 commits into from
Nov 24, 2018

Conversation

Injae-Lee
Copy link
Contributor

What this PR does / why we need it:

Fixes that CJK character overlapping each other when typing in insert mode.

Which issue(s) this PR fixes

#1287

Special notes for your reviewer:

This issue occurs because some handlers for composition had been bound to solve the problem with CJK IME in normal mode. To minimize side effects, I modified existing logics to run only if vimState.currentMode is not Insert Mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants