]> Sergey Matveev's repositories - vim-lsp.git/commit
Use a copy of the server list when restarting (#540)
authorNick Jensen <nickspoons@users.noreply.github.com>
Sun, 22 Sep 2024 00:19:42 +0000 (12:19 +1200)
committerGitHub <noreply@github.com>
Sun, 22 Sep 2024 00:19:42 +0000 (17:19 -0700)
commitee7182aba39c61e557f7507d4971167e2761a4b1
treed7b5efd76308c47006e10be95204b9df491f0f91
parent077732274045ca963f53f0eca19abcb383be9f8f
Use a copy of the server list when restarting (#540)

If the original server list is used, it is cleared during the step of
removing filetype buffers, so no servers are actually restarted, as the
`lspservers` list is empty by the time the `for` loop is reached.
autoload/lsp/lsp.vim