1
0
Fork 0
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:
aycabta 2021-08-30 01:49:41 +09:00
parent 24a26db795
commit 62555d7ae6

View file

@ -65,7 +65,7 @@ class Reline::Config
@history_size = -1 # unlimited
@keyseq_timeout = 500
@test_mode = false
@autocompletion = true
@autocompletion = false
end
def reset