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:
parent
137fde717b
commit
f734590f8e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue