summaryrefslogtreecommitdiff
path: root/lib/reline/config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reline/config.rb')
-rw-r--r--lib/reline/config.rb2
1 files changed, 1 insertions, 1 deletions
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