diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e3303e384..4df276c854 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ IMPROVEMENTS: `gometalinter` is run automatically when saving a buffer. Whether the location list or quickfix list is used can be customized in the usual ways. [[GH-1652]](https://github.com/fatih/vim-go/pull/1652) +* Redraw the screen before executing blocking calls to gocode. + [[GH-1671]](https://github.com/fatih/vim-go/pull/1671) BUG FIXES: