]> Sergey Matveev's repositories - vim-lsp.git/commit
Correct HandleCodeAction behavior for CodeAction
authorAndrei Tihonovschi <andrew@bw.at.home>
Sun, 30 Oct 2022 18:05:29 +0000 (20:05 +0200)
committerAndrei Tihonovschi <andrew@bw.at.home>
Sun, 30 Oct 2022 18:05:29 +0000 (20:05 +0200)
commit089ab59aab2e5a2e6b445d0a6c5e3a1c23e4f2f7
treee2728aba67e1a51f1c22d4cd04618dfda3cbb66f
parent026623ab7e86f2b063131602b8bbf0381f4f994e
Correct HandleCodeAction behavior for CodeAction

Both the CodeAction and Command interfaces contain the 'command' member
but these should be handled differently for them. Corrected the
'HandleCodeAction' method to correctly handle these.
autoload/lsp/codeaction.vim