From c1ba2e5448ba2154bfad33c8e459ee1cc66fc86e Mon Sep 17 00:00:00 2001 From: Andreas Louv Date: Mon, 3 Apr 2023 02:01:52 +0200 Subject: [PATCH] Add helpdocs for ":LspDiagLast" --- doc/lsp.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/doc/lsp.txt b/doc/lsp.txt index 91abc46..146c490 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -80,6 +80,8 @@ The following commands are provided: for the current Vim session. :LspDiagHighlightEnable Enable highlighting lines with a diagnostic message for the current Vim session. +:LspDiagLast Jump to the last diagnostic message for the current + buffer. :LspDiagNext Jump to the next diagnostic message for the current buffer after the current cursor position. :LspDiagPrev Jump to the previous diagnostic message for the current @@ -470,6 +472,10 @@ can map these commands to keys and make it easier to invoke them. for the current Vim session. Note that highlighting lines with a diagnostic message is enabled by default. + *:LspDiagLast* +:LspDiagLast Jumps to the location of the first diagnostic message + for the current file. + *:LspDiagNext* :[count]LspDiagNext Go to the [count] diagnostic message after the current cursor position. If [count] is omitted, then 1 is used. -- 2.48.1