diff options
Diffstat (limited to 'lib/reline/key_stroke.rb')
| -rw-r--r-- | lib/reline/key_stroke.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/reline/key_stroke.rb b/lib/reline/key_stroke.rb index 83136edcf8..017e3db00a 100644 --- a/lib/reline/key_stroke.rb +++ b/lib/reline/key_stroke.rb @@ -42,6 +42,8 @@ class Reline::KeyStroke expand(expand(rhs_bytes) + expand(input.drop(lhs.size))) when Symbol [rhs] + expand(input.drop(lhs.size)) + when Array + rhs end end |
