itchyny
|
2526438c44
|
Register CursorMoved event only when required (#699)
|
2020-02-08 22:17:57 +09:00 |
|
mattn
|
47ad01195c
|
Treat severity=1 when not specified (#686)
|
2020-01-23 23:46:23 +09:00 |
|
Prabir Shrestha
|
3aba91cf71
|
remove lsp#utils#to_col in favor of lsp#utils#position#_lsp_to_vim (#645)
* refactor to use lsp#utils#position#_lsp_to_vim
* remove lsp#utils#to_col in favor of lsp#utils#position#_lsp_to_vim
* fix doc
|
2020-01-01 13:33:36 -08:00 |
|
Thomas Faingnaert
|
864e7df1d2
|
Add explicit line numbers to prop_remove calls (#574)
|
2019-11-22 01:42:39 -08:00 |
|
machakann
|
73d98fc328
|
Rename lsp#utils#byteindex to lsp#utils#to_col
|
2019-08-20 19:42:21 +08:00 |
|
Unknown
|
9906e085f1
|
Convert character-index to byte-index for textprop and location-list
|
2019-08-12 22:14:34 +08:00 |
|
Thomas Faingnaert
|
533aef14d2
|
Fix clear textprops for unloaded buffers (#430)
|
2019-07-11 13:37:43 -07:00 |
|
tsufeki
|
c1be742774
|
Add diagnostics highlighting via +textprop. (#375)
* Add diagnostics highlighting via +textprop.
* Use textprop 'combine' option, added in 8.1.1276
* Add textprop docs.
* Enable textprop highlights by default.
|
2019-05-17 03:02:38 -07:00 |
|
Jason Cheatham
|
6608aad006
|
Clear message when leaving diagnostic line (#351)
|
2019-04-05 10:31:26 -07:00 |
|
Prabir Shrestha
|
74ad1e1c0d
|
fix lint issues and enable linting for autoload folder (#224)
|
2018-12-27 23:03:49 -08:00 |
|
Prabir Shrestha
|
82375012d0
|
Truncate diagnostics cursor message when message is too long (#191)
* truncate diagnostics message
* fix echo with truncation
|
2018-10-13 11:15:13 -07:00 |
|
smhc
|
2e593701ad
|
Fix erasing ALE (and other) diagnostic errors (#184)
ALE (and other plugins) echo diagnostic error messages. vim-lsp erases these by echoing a blank line unnecessarily.
|
2018-09-27 18:59:05 -07:00 |
|
Yosuke Kurami
|
449c8c9d22
|
make echo message oneline (#108)
|
2018-02-13 09:06:53 -08:00 |
|
Prabir Shrestha
|
cbf0fd26df
|
support for showing diagnostics under cursor (#90)
* support for showing diagnostics under cursor
* added README.md
|
2018-01-06 18:58:35 -08:00 |
|