Conversation
|
Is there a workaround for this problem while this is not merged yet? |
|
@GamesByFelix |
|
I believe the issue arose from the Before vimgolf is updated, using a version of Vim without that commit should resolve the issue.
I applied the same type of fix to dstein64/vimgolf (a vimgolf Python client I implemented) after receiving Issue #8. |
@dstein64 Yes, you are right. Co-authored-by: Daniel Steinberg <dstein64@users.noreply.github.com>
Vimgolf already filter out some vim window focus keys.
I am adding one more that is missing.
Without it the output is: "Here are your keystrokes: fd-6d fd-6d:q".
This will fix the client side only. And should be apply to server side as well.