From: Andreas Louv Date: Sun, 2 Apr 2023 23:07:32 +0000 (+0200) Subject: Add docs for ":LspDiagCurrent!" X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=cbff42de400c5bdbf235e45e10198f51206cfe3b;p=vim-lsp.git Add docs for ":LspDiagCurrent!" --- diff --git a/doc/lsp.txt b/doc/lsp.txt index c699a66..5937ce7 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -439,6 +439,10 @@ can map these commands to keys and make it easier to invoke them. a popup window. Otherwise the message is displayed in the status message area. +:LspDiagCurrent! Only display a diagnostic message if it's directly under + the cursor. Otherwise works exactly like + |:LspDiagCurrent| + *:LspDiagFirst* :LspDiagFirst Jumps to the location of the first diagnostic message for the current file.