aboutsummaryrefslogtreecommitdiffhomepage
path: root/internal/rosa/vim.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/rosa/vim.go')
-rw-r--r--internal/rosa/vim.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/internal/rosa/vim.go b/internal/rosa/vim.go
index e29b8cc3..7c67ca81 100644
--- a/internal/rosa/vim.go
+++ b/internal/rosa/vim.go
@@ -29,9 +29,7 @@ func (t Toolchain) newVIM() (pkg.Artifact, string) {
), version
}
func init() {
- native.MustRegister(&Artifact{
- f: Toolchain.newVIM,
-
+ native.mustRegister(Toolchain.newVIM, &Metadata{
Name: "vim",
Description: "a greatly improved version of the good old UNIX editor Vi",
Website: "https://www.vim.org",