We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fae1552 + 3cb1f1f commit c633854Copy full SHA for c633854
autoload/go/lint.vim
@@ -87,7 +87,7 @@ function! go#lint#Gometa(bang, autosave, ...) abort
87
let l:for = 'GoMetaLinterAutoSave'
88
else
89
let l:listtype = go#list#Type('GoMetaLinter')
90
- let l:for = 'GoMetaLinterAuto'
+ let l:for = 'GoMetaLinter'
91
endif
92
93
if l:err == 0
0 commit comments