From 4761b3e82e0045d914444fc5f9812f7f0d2b98a6 Mon Sep 17 00:00:00 2001 From: Billie Cleek Date: Sun, 2 Sep 2018 07:44:22 -0700 Subject: [PATCH] update CHANGELOG.mde for #1937 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 378ad5b143..7948f5aab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,8 @@ IMPROVEMENTS: [[GH-1923]](https://github.com/fatih/vim-go/pull/1923) * Run autocompletion asynchronously in Vim8 and Neovim. [[GH-1926]](https://github.com/fatih/vim-go/pull/1926) +* Show statusline update when running `:GoInfo` with `g:go_info_mode='gocode'`. + [[GH-1937]](https://github.com/fatih/vim-go/pull/1937) BUG FIXES: * Fix `:GoRun %` on Windows. @@ -42,6 +44,9 @@ BUG FIXES: [[GH-1915]](https://github.com/fatih/vim-go/pull/1915) * Fix highlighting of pointer type in var blocks. [[GH-1794]](https://github.com/fatih/vim-go/pull/1794) +* Do update statusline when highlighting sameids or showing type infofrom via autocmd. + [[GH-1937]](https://github.com/fatih/vim-go/pull/1937) + BACKWARDS INCOMPATIBILITIES: * Bump minimum required version of Vim to 7.4.2009.