diff options
author | cbarrete <62146989+cbarrete@users.noreply.github.com> | 2021-11-28 11:42:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-28 09:42:29 -0700 |
commit | 217f9f8d1e6512dbb00cce48d48bb1f91d1ce56c (patch) | |
tree | 1fcbca0e12c362e1c49868c0b03b076bf53f9825 /runtime/doc | |
parent | e4976cbd26dc6f7f7b8444d2b107e3ed2b97f25e (diff) | |
download | rneovim-217f9f8d1e6512dbb00cce48d48bb1f91d1ce56c.tar.gz rneovim-217f9f8d1e6512dbb00cce48d48bb1f91d1ce56c.tar.bz2 rneovim-217f9f8d1e6512dbb00cce48d48bb1f91d1ce56c.zip |
feat(diagnostic): use `scope = 'line'` by default for `open_float()` (#16456)
Closes #16453
Co-authored-by: Cédric Barreteau <cbarrete@users.noreply.github.com>
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/diagnostic.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/diagnostic.txt b/runtime/doc/diagnostic.txt index d5741c9c69..4ed6a3baa3 100644 --- a/runtime/doc/diagnostic.txt +++ b/runtime/doc/diagnostic.txt @@ -239,7 +239,7 @@ DiagnosticUnderlineHint *hl-DiagnosticFloatingError* DiagnosticFloatingError Used to color "Error" diagnostic messages in diagnostics float. - See |vim.diagnostic.show_line_diagnostics()| + See |vim.diagnostic.open_float()| *hl-DiagnosticFloatingWarn* DiagnosticFloatingWarn |