Skip to content

Commit

Permalink
update CHANGELOG.md for #2055 and #2056
Browse files Browse the repository at this point in the history
  • Loading branch information
bhcleek committed Nov 16, 2018
1 parent c2fa1a1 commit 0a39696
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
## unplanned

IMPROVEMENTS:
* disable `g:go_gocode_propose_source` by default.
* Disable `g:go_gocode_propose_source` by default.
[[GH-2050]](https://github.com/fatih/vim-go/pull/2050)
* Don't spam users when Vim is run with vi compatibility.
[[GH-2055]](https://github.com/fatih/vim-go/pull/2055)
* Add bang support to lint commands to allow them to be run without jumping to
errors.
[[GH-2056]](https://github.com/fatih/vim-go/pull/2056)

BUG FIXES:
* Fix opening of non-existent file from `:GoDeclsDir` when the current
Expand Down

0 comments on commit 0a39696

Please sign in to comment.