Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
Manage
Activity
Members
Labels
Plan
Issues
1.2k
Issue boards
Milestones
Code
Merge requests
615
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
alpine
aports
Merge requests
!19358
testing/vim-go: enable on mips64
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
testing/vim-go: enable on mips64
mpolanski/aports:vim-go-mips
into
master
Overview
0
Commits
1
Pipelines
2
Changes
1
Merged
Michał Polański
requested to merge
mpolanski/aports:vim-go-mips
into
master
3 years ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
👍
0
👎
0
Merge request reports
Compare
master
version 1
a7512738
3 years ago
master (base)
and
latest version
latest version
027d8b60
1 commit,
3 years ago
version 1
a7512738
1 commit,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
testing/vim-go/APKBUILD
+
1
−
1
Options
@@ -4,8 +4,8 @@ pkgver=1.24
pkgrel
=
0
pkgdesc
=
"Go development plugin for Vim"
url
=
"https://github.com/fatih/vim-go"
arch
=
"noarch !mips64"
# blocked by go
license
=
"BSD-3-Clause"
arch
=
"noarch"
depends
=
"vim go gopls git"
source
=
"
$pkgname
-
$pkgver
.tar.gz::https://github.com/fatih/vim-go/archive/v
$pkgver
.tar.gz"
options
=
"!check"
# there are no tests
Loading