From c73b8c84ee85a9dbf77d6dd1e1de2a251dcade1d Mon Sep 17 00:00:00 2001 From: Ali Bazrafshan Date: Tue, 10 Sep 2024 18:37:13 +0330 Subject: [PATCH] Fix typo in doc (#549) --- doc/lsp.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/lsp.txt b/doc/lsp.txt index 0d39a35..bd8f123 100644 --- a/doc/lsp.txt +++ b/doc/lsp.txt @@ -94,9 +94,9 @@ The following commands are provided: Wrap back to the first message when no more messages are found. :LspDiag prev Jump to the previous diagnostic message for the - current buffer before the current current position. + current buffer before the current cursor position. :LspDiag prevWrap Jump to the previous diagnostic message for the - current buffer before the current current position. + current buffer before the current cursor position. Wrap back to the last message when no previous messages are found. :LspDiag show Display the diagnostics messages from the language -- 2.48.1