summaryrefslogtreecommitdiff
path: root/lib/reline.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/reline.rb')
-rw-r--r--lib/reline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline.rb b/lib/reline.rb
index 96b78587b5..42dbd3e8e9 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -31,7 +31,6 @@ module Reline
end
@@config = Reline::Config.new
- @@config.read
@@line_editor = Reline::LineEditor.new(@@config)
@@ambiguous_width = nil
@@ -134,6 +133,7 @@ module Reline
def inner_readline(prompt, add_hist, multiline, &confirm_multiline_termination)
otio = prep
+ @@config.read
may_req_ambiguous_char_width
if multiline