From c0cfa4013b98090ce725c6011b8f40f9ddfad1ee Mon Sep 17 00:00:00 2001 From: newtonne <14221622+newtonne@users.noreply.github.com> Date: Tue, 23 May 2023 21:32:57 +0100 Subject: [PATCH] update comment --- autoload/lsp/diag.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/lsp/diag.vim b/autoload/lsp/diag.vim index 7788253..5304a5f 100644 --- a/autoload/lsp/diag.vim +++ b/autoload/lsp/diag.vim @@ -421,7 +421,7 @@ export def ShowAllDiags(): void return endif - # make the error list the active one and open it + # make the diagnostics error list the active one and open it var LspQfId: number = getbufvar(bufnr(), 'LspQfId', 0) var LspQfNr: number = getloclist(0, {id: LspQfId, nr: 0}).nr exe $':{LspQfNr} lhistory' -- 2.48.1