summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/reline.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline.rb b/lib/reline.rb
index 16c0f3e088..fbe39f54fd 100644
--- a/lib/reline.rb
+++ b/lib/reline.rb
@@ -48,7 +48,7 @@ module Reline
elsif val.size > 1
@completion_append_character = val[0]
else
- @completion_append_character = val
+ @completion_append_character = nil
end
end