We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d79dd9c commit c6ea0c1Copy full SHA for c6ea0c1
CHANGELOG.md
@@ -29,6 +29,8 @@ 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).
0 commit comments