Remove old fixme
This commit is contained in:
parent
f85e69ec77
commit
58b7599152
@ -2401,7 +2401,6 @@ bindings.default:
|
|||||||
<Ctrl-H>: rl-backward-delete-char
|
<Ctrl-H>: rl-backward-delete-char
|
||||||
<Ctrl-Y>: rl-yank
|
<Ctrl-Y>: rl-yank
|
||||||
<Escape>: leave-mode
|
<Escape>: leave-mode
|
||||||
# FIXME can we do migrations?
|
|
||||||
yesno:
|
yesno:
|
||||||
<Return>: prompt-accept
|
<Return>: prompt-accept
|
||||||
y: prompt-accept yes
|
y: prompt-accept yes
|
||||||
|
@ -433,7 +433,6 @@ class KeySequence:
|
|||||||
def parse(cls, keystr):
|
def parse(cls, keystr):
|
||||||
"""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>
|
|
||||||
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