mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
|
# Auto complete starts only when edited
|
||||||
return nil
|
return nil
|
||||||
end
|
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
|
if target.nil? or target.empty?# or target.size <= 3
|
||||||
return nil
|
return nil
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue