File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,8 @@ IMPROVEMENTS:
48
48
[[ GH-2172 ]] ( https://github.com/fatih/vim-go/pull/2172 )
49
49
* Respect ` g:go_jump_to_error ` when running ` gometalinter ` automatically on save.
50
50
[[ GH-2176 ]] ( https://github.com/fatih/vim-go/pull/2176 )
51
+ * Add support for golangci-lint.
52
+ [[ GH-2182 ]] ( https://github.com/fatih/vim-go/pull/2182 )
51
53
52
54
BUG FIXES:
53
55
* Fix opening of non-existent file from ` :GoDeclsDir ` when the current
@@ -77,6 +79,8 @@ BUG FIXES:
77
79
[[ GH-2127 ]] ( https://github.com/fatih/vim-go/pull/2127 )
78
80
* Fix jumping to module or package using godef.
79
81
[[ GH-2141 ]] ( https://github.com/fatih/vim-go/pull/2141 )
82
+ * Fix errors caused by redefining functions within functions.
83
+ [[ GH-2189 ]] ( https://github.com/fatih/vim-go/pull/2189 )
80
84
81
85
## 1.19 - (November 4, 2018)
82
86
You can’t perform that action at this time.
0 commit comments