juliosueiras / vim-terraform-completion

A (Neo)Vim Autocompletion and linter for Terraform, a HashiCorp tool
MIT License
337 stars 24 forks source link

Fix redraw problems when opening Terraform docs #43

Closed bashton-ajenkins closed 6 years ago

bashton-ajenkins commented 6 years ago

When using the o shortcut to open documentation for Terraform resources it was causing Vim to become corrupted and not redraw. I have fixed this by having it notify Vim to redraw after the documentation has been opened.