Commit Graph

3 Commits

Author SHA1 Message Date
Linda_pp
72b9a300c7 Set type of location list items for diagnostics (#1143)
* set type of location list items for diagnostics

* use s:get_diagnostic_severity_text() once while making location list from diagnostics results

Co-authored-by: mattn <mattn.jp@gmail.com>
2021-06-07 20:47:17 +09:00
mattn
4f4fdf4aa1 Fix tests (#989)
* Sort results
* Sort by text
* Workaround for older version of Vim that does not include module in the list given from getloclist
* Sort items by text
* Fix test
2020-12-30 10:26:01 -08:00
Prabir Shrestha
6bb6069f94 Diagnostics for all buffers (#982)
* render diagnostics in loclist and fix args paser
* document --buffers flag for LspDocumentDiagnostics
* do not show diagnostics if it is disabled for buffer
* remove old code and fix plug mapping for lsp-document-diagnostics
* add unit tests for document diagnostics command
2020-12-27 22:44:18 -08:00