зеркало из https://github.com/github/ruby.git
[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:
Родитель
24a26db795
Коммит
62555d7ae6
|
@ -65,7 +65,7 @@ class Reline::Config
|
|||
@history_size = -1 # unlimited
|
||||
@keyseq_timeout = 500
|
||||
@test_mode = false
|
||||
@autocompletion = true
|
||||
@autocompletion = false
|
||||
end
|
||||
|
||||
def reset
|
||||
|
|
Загрузка…
Ссылка в новой задаче