Skip to content

Commit

Permalink
chore(doc): target of diagnosticInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
chemzqm committed Aug 31, 2023
1 parent 5571414 commit c790182
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion doc/coc.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2445,10 +2445,12 @@ Acceptable {action} names for |CocAction()| and |CocActionAsync()|.

Get all diagnostic items of the current Neovim session.

"diagnosticInfo" *CocAction('diagnosticInfo')*
"diagnosticInfo" [{target}] *CocAction('diagnosticInfo')*

Show diagnostic message at the current position, do not truncate.

Optional {target} could be `float` or `echo`.

"diagnosticToggle" [{enable}] *CocAction('diagnosticToggle')*

Enable/disable diagnostics on the fly, not work when `displayByAle` is
Expand Down

0 comments on commit c790182

Please sign in to comment.