Skip to content

Commit

Permalink
Add a space
Browse files Browse the repository at this point in the history
  • Loading branch information
aycabta committed Sep 2, 2021
1 parent 09b23be commit 3d70e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/reline.rb
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ def get_screen_size
# 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
Expand Down

0 comments on commit 3d70e07

Please sign in to comment.