forked from hlissner/evil-escape
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Recognize non-ASCII escape sequences
As suggested in section 21.7.15 of the elisp manual, handle keyboard events internally as vectors across the board, rather than preferring strings when possible. This commit, in combination with the one before it, fixes syl20bnr#51: `this-command-keys' returns a vector for most key sequences, so (for instance) the expression (equal (this-command-keys) "π") is always nil.
- Loading branch information
1 parent
df70ed6
commit b0a2f60
Showing
1 changed file
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains 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