Skip to content

Commit c633854

Browse files
authored
Merge pull request #3040 from bhcleek/lint/status/title
lint: fix title for GoMetaLinter
2 parents fae1552 + 3cb1f1f commit c633854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/go/lint.vim

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function! go#lint#Gometa(bang, autosave, ...) abort
8787
let l:for = 'GoMetaLinterAutoSave'
8888
else
8989
let l:listtype = go#list#Type('GoMetaLinter')
90-
let l:for = 'GoMetaLinterAuto'
90+
let l:for = 'GoMetaLinter'
9191
endif
9292

9393
if l:err == 0

0 commit comments

Comments
 (0)