Christian Brabandt
98bc6abde3
languageclient: check for existence of 'result' key
...
fixes #1861
2019-01-28 11:21:32 +01:00
w0rp
54dba2a92b
Remove incorrect copyright attribution
...
I have never touched anything in this file, nor in the LanguageClient plugin, so the copyright attribution is incorrect. @neersighted may also wish to be removed from the list here.
2019-01-28 10:11:43 +00:00
Dennis Falling
2f17e368b5
Add dictionary key check for d.severity
2018-09-23 10:50:15 -04:00
Christian Brabandt
aec0a1a15a
languageclient: Check severity key before accessing it
...
closes #1793
2018-09-16 18:17:04 +02:00
Daniel Wennberg
cda5647a29
Don't use the read-only `count` as local variable
...
The variable name `count` is always equivalent to `v:count`, which is
a read-only variable and cannot be assigned to.
2018-09-09 23:51:11 -07:00
Jesse Hallett
a92b12e1c6
Implement extension to report errors and warnings from LanguageClient plugin
2018-09-09 23:53:08 -04:00