]> Sergey Matveev's repositories - vim-lsp.git/commit
Add CompleteDone handler to execute text edits
authorAndrei Tihonovschi <andrew@bw.at.home>
Mon, 31 Oct 2022 17:58:51 +0000 (19:58 +0200)
committerAndrei Tihonovschi <andrew@bw.at.home>
Mon, 31 Oct 2022 17:58:51 +0000 (19:58 +0200)
commit45cafa6e9874b6284403226a1ede126187efd930
treebe2ce1ca1e4b1e7eacedcbb0e3d922e46df5e689
parentf0c2efea0f32c47d9d950d810a91f4d340d1171c
Add CompleteDone handler to execute text edits

Add CompleteDone autocommand handler to verify if activated completion
require additional text edits ('server-initiated edits') and to perform
these.
The additional text edits are used for example when an import is
required for the completed entity.
autoload/lsp/lsp.vim