fix workspace/symbol casing

This commit is contained in:
Prabir Shrestha
2017-08-23 21:20:40 -07:00
parent 9a793490aa
commit 5eb114d1a4
+1 -1
View File
@@ -183,7 +183,7 @@ function! lsp#ui#vim#workspace_symbol() abort
for l:server in l:servers
call lsp#send_request(l:server, {
\ 'method': 'workspace/Symbol',
\ 'method': 'workspace/symbol',
\ 'params': {
\ 'query': l:query,
\ },