Closed
Conversation
Member
Author
|
Done code and tests. TODO: documentation. |
Member
Author
Done. |
Codecov Report
@@ Coverage Diff @@
## master #11114 +/- ##
==========================================
+ Coverage 81.24% 81.78% +0.53%
==========================================
Files 162 162
Lines 188216 188262 +46
Branches 42801 42821 +20
==========================================
+ Hits 152923 153962 +1039
+ Misses 22867 21760 -1107
- Partials 12426 12540 +114
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Sep 12, 2022
… a string
Problem: There is no easy way to translate a string with a key code into a
readable string.
Solution: Add the keytrans() function. (closes vim/vim#11114)
vim/vim@cdc8393
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Sep 12, 2022
… a string
Problem: There is no easy way to translate a string with a key code into a
readable string.
Solution: Add the keytrans() function. (closes vim/vim#11114)
vim/vim@cdc8393
zeertzjq
added a commit
to zeertzjq/neovim
that referenced
this pull request
Sep 12, 2022
… a string
Problem: There is no easy way to translate a string with a key code into a
readable string.
Solution: Add the keytrans() function. (closes vim/vim#11114)
vim/vim@cdc8393
zeertzjq
added a commit
to neovim/neovim
that referenced
this pull request
Sep 12, 2022
… a string (#20168) Problem: There is no easy way to translate a string with a key code into a readable string. Solution: Add the keytrans() function. (closes vim/vim#11114) vim/vim@cdc8393 vim-patch:7b2d87220c6c Add missing part of patch vim/vim@7b2d872
|
On Windows it seems that it doesn't work perfectly:
Remark: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.