File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,22 @@ IMPROVEMENTS:
7
7
[[ GH-1889 ]] ( https://github.com/fatih/vim-go/pull/1889 )
8
8
* Highlight ` context.Context ` when ` g:go_highlight_extra_types ` is set.
9
9
[[ GH-1903 ]] ( https://github.com/fatih/vim-go/pull/1903 )
10
+ * Run gometalinter asynchronously in Neovim.
11
+ [[ GH-1901 ]] ( github.com/fatih/vim-go/pull/1901 )
12
+ * Run gorename asynchronously in Vim8 and Neovim.
13
+ [[ GH-1894 ]] ( github.com/fatih/vim-go/pull/1894 )
10
14
11
15
BUG FIXES:
12
16
* Fix ` :GoRun % ` on Windows.
13
17
[[ GH-1900 ]] ( github.com/fatih/vim-go/pull/1900 )
18
+ * Fix ` go#complete#GetInfo() ` to return a description of the identifier.
19
+ [[ GH-1905 ]] ( https://github.com/fatih/vim-go/pull/1905 )
20
+ * Restore support for running tests in the Neovim terminal.
21
+ [[ GH-1895 ]] ( https://github.com/fatih/vim-go/pull/1895 )
22
+
23
+ BACKWARDS INCOMPATIBILITIES:
24
+ * Bump minimum required version of Vim to 7.4.2009.
25
+ [[ GH-1899 ]] ( https://github.com/fatih/vim-go/pull/1899 )
14
26
15
27
## 1.18 - (July 18, 2018)
16
28
You can’t perform that action at this time.
0 commit comments