rafalcieslak / emacs-company-terraform

Company backend for terraform files
zlib License
37 stars 11 forks source link

Fix broken completion of undocumented symbols in resource blocks #2

Closed purcell closed 6 years ago

purcell commented 6 years ago

If a completion item was a string but didn't match the prefix, it previously fell through to the case which expected it to be a list, causing a runtime error and broken completion.

rafalcieslak commented 6 years ago

Nice one. Thanks!