mirror of
https://github.com/dense-analysis/ale.git
synced 2026-04-27 01:40:26 +08:00
f5a908bf99
This option is used to determine if `min_pattern_length` is ignored. In usual, it does not start completion when the matched input string is shorter than `min_pattern_length`. But when the string matches `input_pattern`, it starts completion even when ths string is `''`.