From ce845e51f21f62245efb9f3e050e9f9d0b497015 Mon Sep 17 00:00:00 2001 From: Rei MOCHIZUKI Date: Fri, 21 Jul 2017 09:36:40 +0900 Subject: [PATCH] fix typo in doc/ale-go --- doc/ale-go.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/ale-go.txt b/doc/ale-go.txt index 05baf7b..ac942b7 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -15,7 +15,7 @@ To enable `gometalinter`, update |g:ale_linters| as appropriate: let g:ale_linters = {'go': ['gometalinter', 'gofmt']} < A possible configuration is to enable `gometalinter` and `gofmt` but paired -with the `--fast` option, set by |g:ale_go_metalinter_options|. This gets you +with the `--fast` option, set by |g:ale_go_gometalinter_options|. This gets you the benefit of running a number of linters, more than ALE would by default, while ensuring it doesn't run any linters known to be slow or resource intensive.