From: newtonne <14221622+newtonne@users.noreply.github.com> Date: Tue, 23 May 2023 20:32:57 +0000 (+0100) Subject: update comment X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c0cfa4013b98090ce725c6011b8f40f9ddfad1ee;p=vim-lsp.git update comment --- 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'