aycabta 2021-09-02 21:36:14 +09:00 коммит произвёл git
Родитель 137fde717b
Коммит f734590f8e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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