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

Handle special keys in the mapping properly #240

Merged
merged 2 commits into from
Aug 13, 2023
Merged

Handle special keys in the mapping properly #240

merged 2 commits into from
Aug 13, 2023

Conversation

liuchengxu
Copy link
Owner

The mapping <Tab> is tracked in the mappings in String form, while the returned value from getchar() is a Number, convert it to String manually so that the corresponding entry in s:runtime can be retrieved.

Close #135

The mapping `<Tab>` is tracked in the mappings in String form, while the
returned value from `getchar()` is a Number, convert it to String
manually so that the corresponding entry in `s:runtime` can be
retrieved.

Close #135
@liuchengxu liuchengxu changed the title Convert "\<Tab>" to "<Tab>" Handle special keys in the mapping properly Aug 10, 2023
@liuchengxu liuchengxu merged commit a98626b into master Aug 13, 2023
@delete-merged-branch delete-merged-branch bot deleted the handle-Tab branch August 13, 2023 03:12
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.

Cannot see <Space> mappings
1 participant