From 39bad0b67eeba88bf2f0477327693c8e552044fa Mon Sep 17 00:00:00 2001 From: mityu Date: Mon, 26 Jun 2023 03:33:03 +0900 Subject: [PATCH] Fix :LspNextWarning is not correctly tagged (#1476) --- doc/vim-lsp.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vim-lsp.txt b/doc/vim-lsp.txt index 09d5b58b..6a1ecb2e 100644 --- a/doc/vim-lsp.txt +++ b/doc/vim-lsp.txt @@ -1794,7 +1794,7 @@ LspNextReference *:LspNextReference* Jump to the next reference of the symbol under cursor. -LspNextWarning [-wrap=0] :LspNextWarning* +LspNextWarning [-wrap=0] *:LspNextWarning* Jump to Next warning diagnostics With '-wrap=0', stop wrapping around the end of file.