doc/lsp.txt | 6 ++++++ diff --git a/doc/lsp.txt b/doc/lsp.txt index 91abc465558f9be3add33b8f2b76330c3e653399..146c4905e987238496d185707c486f7d5cae5c5b 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -80,6 +80,8 @@ Disable highlighting lines with a diagnostic message 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 @@ -469,6 +471,10 @@ *:LspDiagHighlightEnable* :LspDiagHighlightEnable Enable highlighting lines with a diagnostic message 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