diff --git a/CHANGELOG.md b/CHANGELOG.md index c4257270fd..378ad5b143 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ IMPROVEMENTS: * Update the tested version of Neovim to v0.3.1. [[GH-1923]](https://github.com/fatih/vim-go/pull/1923) * Run autocompletion asynchronously in Vim8 and Neovim. - [[GH-1920]](https://github.com/fatih/vim-go/pull/1920) + [[GH-1926]](https://github.com/fatih/vim-go/pull/1926) BUG FIXES: * Fix `:GoRun %` on Windows.