]> Sergey Matveev's repositories - vim-lsp.git/blobdiff - doc/lsp.txt
Cursor not positioned correctly when jumping to a symbol in another file
[vim-lsp.git] / doc / lsp.txt
index 11857564918316fa05f88b8244e991fdfd70876d..4040ad459fd53fe475de7f1d0936206f407990fe 100644 (file)
@@ -1301,7 +1301,9 @@ LspAttached                       A |User| autocommand fired when the LSP client
 LspDiagsUpdated                        A |User| autocommand invoked when new
                                diagnostics are received from the language
                                server.  This is invoked after the LSP client
-                               has processed the diagnostics.
+                               has processed the diagnostics.  The function
+                               lsp#diag#GetDiagsForBuf() can be used to get
+                               all the diagnostics for a buffer.
 
 ==============================================================================
 12. Highlight Groups                           *lsp-highlight-groups*