diff --git a/doc/vim-go.txt b/doc/vim-go.txt index 5a6361286a..f2bedc954f 100644 --- a/doc/vim-go.txt +++ b/doc/vim-go.txt @@ -797,6 +797,9 @@ CTRL-t Toggles |'g:go_metalinter_autosave'|. + By default, `gometalinter` messages will be shown in the |location-list| + window. The list to use can be set using |'g:go_list_type_commands'|. + *:GoTemplateAutoCreateToggle* :GoTemplateAutoCreateToggle @@ -1371,8 +1374,12 @@ function when using the `af` text object. By default it's enabled. > *'g:go_metalinter_autosave'* Use this option to auto |:GoMetaLinter| on save. Only linter messages for -the active buffer will be shown. By default it's disabled > +the active buffer will be shown. + +By default, `gometalinter` messages will be shown in the |location-list| +window. The list to use can be set using |'g:go_list_type_commands'|. + By default it's disabled > let g:go_metalinter_autosave = 0 < *'g:go_metalinter_autosave_enabled'*