Skip to content

Commit

Permalink
update documentation for :GoMetaLinterAutoSave and g:go_metalinter_au…
Browse files Browse the repository at this point in the history
…tosave
  • Loading branch information
bhcleek committed Jan 22, 2018
1 parent 4b146cb commit 5743ce1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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'*
Expand Down

0 comments on commit 5743ce1

Please sign in to comment.