File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ IMPROVEMENTS:
17
17
* Add option, `g: go_null_module_warning ' to silence the warning when trying to
18
18
use gopls with a null module.
19
19
[[ GH-2309 ]] ( https://github.com/fatih/vim-go/pull/2309 )
20
-
20
+ * Modify ` :GoReportGitHubIssue ` to include vim-go configuration values
21
+ [[ GH-2312 ]] ( https://github.com/fatih/vim-go/pull/2312 )
21
22
22
23
BUG FIXES:
23
24
* display info about function and function types whose parameters are
@@ -40,6 +41,9 @@ BUG FIXES:
40
41
[[ GH-2291 ]] ( https://github.com/fatih/vim-go/pull/2291 )
41
42
* Restore environment variables with backslashes correctly.
42
43
[[ GH-2292 ]] ( https://github.com/fatih/vim-go/pull/2292 )
44
+ * Modify handling of gopls output for ` :GoInfo ` to ensure the value will be
45
+ displayed.
46
+ [[ GH-2311 ]] ( https://github.com/fatih/vim-go/pull/2311 )
43
47
44
48
## 1.20 - (April 22, 2019)
45
49
You can’t perform that action at this time.
0 commit comments