-
Notifications
You must be signed in to change notification settings - Fork 9
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: hack get_keymap
too
#12
Conversation
Since the |
Great, I figured out how to fix the tests: use the original functions! |
0351655
to
44fce82
Compare
Hi! Thanks for your contribution! I tested this PR and it does not seem to work as expected:
|
I checked the method with |
I also made them optional. Now you need to activate them as follows: local langmapper = require("langmapper")
langmapper.setup()
langmapper.hack_get_keymap() |
It's strange that |
I'll test again tonight. Not at the computer anymore. |
Great, now it works! Thanks again! Fixed #8 |
See #8 (comment)