mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/reline] Set autocompletion is false by default
For compatibility with ext/readline. https://github.com/ruby/reline/commit/13d9b936bc
This commit is contained in:
parent
24a26db795
commit
62555d7ae6
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ class Reline::Config
|
|||
@history_size = -1 # unlimited
|
||||
@keyseq_timeout = 500
|
||||
@test_mode = false
|
||||
@autocompletion = true
|
||||
@autocompletion = false
|
||||
end
|
||||
|
||||
def reset
|
||||
|
|
Loading…
Add table
Reference in a new issue