1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/reline] Add a space

https://github.com/ruby/reline/commit/3d70e07331
This commit is contained in:
aycabta 2021-09-02 21:36:14 +09:00 committed by git
parent 137fde717b
commit f734590f8e

View file

@ -194,7 +194,7 @@ module Reline
# Auto complete starts only when edited
return nil
end
pre, target, post= retrieve_completion_block(true)
pre, target, post = retrieve_completion_block(true)
if target.nil? or target.empty?# or target.size <= 3
return nil
end