]> Sergey Matveev's repositories - vim-lsp.git/commitdiff
update comment
authornewtonne <14221622+newtonne@users.noreply.github.com>
Tue, 23 May 2023 20:32:57 +0000 (21:32 +0100)
committernewtonne <14221622+newtonne@users.noreply.github.com>
Tue, 23 May 2023 20:32:57 +0000 (21:32 +0100)
autoload/lsp/diag.vim

index 77882532b8d79ebe93c9f0fabc396688531372b2..5304a5f17555c50897c19209651c76a841667c1a 100644 (file)
@@ -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'