From 62555d7ae602878fc0bf25a0847936df4620a144 Mon Sep 17 00:00:00 2001 From: aycabta Date: Mon, 30 Aug 2021 01:49:41 +0900 Subject: [ruby/reline] Set autocompletion is false by default For compatibility with ext/readline. https://github.com/ruby/reline/commit/13d9b936bc --- lib/reline/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/reline/config.rb') diff --git a/lib/reline/config.rb b/lib/reline/config.rb index ac2a365f00..d859aeb079 100644 --- a/lib/reline/config.rb +++ b/lib/reline/config.rb @@ -65,7 +65,7 @@ class Reline::Config @history_size = -1 # unlimited @keyseq_timeout = 500 @test_mode = false - @autocompletion = true + @autocompletion = false end def reset -- cgit v1.2.3