We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e581f3f + c6ea0c1 commit a81c1bdCopy full SHA for a81c1bd
CHANGELOG.md
@@ -29,6 +29,11 @@ IMPROVEMENTS:
29
In addition `:GoRename <Tab>` now lists some common options.
30
[[GH-1465]](https://github.com/fatih/vim-go/pull/1465).
31
* Disable `g:go_autodetect_gopath` by default. [[GH-1461]](https://github.com/fatih/vim-go/pull/1461).
32
+* Add support for 'g:go_build_tags' to the `:GoTest` family of functions.
33
+ [[GH-1562]](https://github.com/fatih/vim-go/pull/1562).
34
+* Pass `--tests` to gometalinter when autosaving and when a custom gometalinter
35
+ command has not been set.
36
+ [[GH-1563]](https://github.com/fatih/vim-go/pull/1563).
37
38
## 1.15 - (October 3, 2017)
39
0 commit comments