Skip to content

Commit

Permalink
update CHANGELOG.mde for #1937
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Sep 2, 2018
1 parent 0e7bd40 commit 4761b3e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 4761b3e

Please sign in to comment.