From: Andreas Louv Date: Mon, 3 Apr 2023 00:01:52 +0000 (+0200) Subject: Add helpdocs for ":[count]LspDiagNext" X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=71ed8d9d651774e4a52daf3eaf72952bd9177b3f;p=vim-lsp.git Add helpdocs for ":[count]LspDiagNext" --- diff --git a/doc/lsp.txt b/doc/lsp.txt index 539fc2f..6a75fbf 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -471,8 +471,10 @@ can map these commands to keys and make it easier to invoke them. lines with a diagnostic message is enabled by default. *:LspDiagNext* -:LspDiagNext Jumps to the location of the diagnostic message after - the current cursor position. +:[count]LspDiagNext Go to the [count] diagnostic message after the current + cursor position. If [count] is omitted, then 1 is used. + If [count] exceeds the number of diagnostics after the + current position, then the last diagnostic is selected. *:LspDiagPrev* :LspDiagPrev Jumps to the location of the diagnostic message before