diff options
author | Matthieu Coudron <mattator@gmail.com> | 2020-03-01 01:47:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 01:47:21 +0100 |
commit | 6fcab7e758f3826b94ab369452b71d15a67c8b36 (patch) | |
tree | 2b965d4866bcfc918e2f13f99c49d36a83281436 /test | |
parent | 1656367b90bd29d84d5ebf1ccef560368a1973cf (diff) | |
parent | 16262472cda88d0a4dc5c6729cfef36264569324 (diff) | |
download | rneovim-6fcab7e758f3826b94ab369452b71d15a67c8b36.tar.gz rneovim-6fcab7e758f3826b94ab369452b71d15a67c8b36.tar.bz2 rneovim-6fcab7e758f3826b94ab369452b71d15a67c8b36.zip |
Merge pull request #11931 from h-michael/symbol
[RDY] LSP support 'textDocument/documentSymbol’
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/plugin/lsp_spec.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/plugin/lsp_spec.lua b/test/functional/plugin/lsp_spec.lua index ba1eb2113e..369b826adf 100644 --- a/test/functional/plugin/lsp_spec.lua +++ b/test/functional/plugin/lsp_spec.lua @@ -241,7 +241,7 @@ describe('LSP', function() it('should succeed with manual shutdown', function() local expected_callbacks = { - {NIL, "shutdown", {}, 1}; + {NIL, "shutdown", {}, 1, NIL}; {NIL, "test", {}, 1}; } test_rpc_server { |