1
0
mirror of https://github.com/amix/vimrc synced 2025-07-12 06:05:01 +08:00

Update some plugins.

This commit is contained in:
Kurtis Moxley
2022-08-08 16:41:37 +08:00
parent f6ba361e3e
commit bbbedb5311
15 changed files with 204 additions and 79 deletions

View File

@ -8,8 +8,14 @@ IMPROVEMENTS:
* Show diagnostics via go#tool#DescribeBalloon().
[[GH-3415]](https://github.com/fatih/vim-go/pull/3415)
[[GH-3417]](https://github.com/fatih/vim-go/pull/3417)
* Allow version of individual tools to be installed with `:GoUpdateBinaries`
and `:GoInstallBinaries` to be overridden by users.
[[GH-3435]](https://github.com/fatih/vim-go/pull/3435)
[[GH-3436]](https://github.com/fatih/vim-go/pull/3436)
BUG FIXES:
* Fix quoting of arguments when shell is set to pwsh on Windows.
[[GH-3422]](https://github.com/fatih/vim-go/pull/3422)
## v1.26 - (April 23, 2022)