mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Reline.completion_append_character= should be nil
When unknown value comes.
This commit is contained in:
parent
e467f920a3
commit
130ced9fb0
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ module Reline
|
|||
elsif val.size > 1
|
||||
@completion_append_character = val[0]
|
||||
else
|
||||
@completion_append_character = val
|
||||
@completion_append_character = nil
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue