Skip to content

Commit

Permalink
Merge pull request #3417 from bhcleek/docs/diagnostics
Browse files Browse the repository at this point in the history
doc: update go#tool#DescribeBalloon() documentation
  • Loading branch information
bhcleek authored May 24, 2022
2 parents 3e5148c + aa91eee commit 1def1a9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/vim-go.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,9 @@ Uses `gopls` for autocompletion. By default, it is hooked up to 'omnifunc'.
*go#tool#DescribeBalloon()*

Suitable to be used as an expression to show the evaluation balloon. By
default only the type information is shown. |'g:go_doc_balloon'| can be used
to also included partial documentation. See `help balloonexpr`.
default only relevant diagnostics and the type information is shown.
|'g:go_doc_balloon'| can be used to also included partial documentation. See
`help balloonexpr`.

==============================================================================
SETTINGS *go-settings*
Expand Down

0 comments on commit 1def1a9

Please sign in to comment.