Add FIXME
This commit is contained in:
parent
c0e2550046
commit
079fcc7eea
@ -416,6 +416,7 @@ class KeySequence:
|
|||||||
"""Parse a keystring like <Ctrl-x> or xyz and return a KeySequence."""
|
"""Parse a keystring like <Ctrl-x> or xyz and return a KeySequence."""
|
||||||
# pylint: disable=protected-access
|
# pylint: disable=protected-access
|
||||||
# FIXME: test stuff like <a, a>
|
# FIXME: test stuff like <a, a>
|
||||||
|
# FIXME make sure all callers handle KeyParseError
|
||||||
new = cls()
|
new = cls()
|
||||||
strings = list(_parse_keystring(keystr))
|
strings = list(_parse_keystring(keystr))
|
||||||
for sub in utils.chunk(strings, cls._MAX_LEN):
|
for sub in utils.chunk(strings, cls._MAX_LEN):
|
||||||
|
Loading…
Reference in New Issue
Block a user