]> Sergey Matveev's repositories - vim-lsp.git/commit
Remove early bailout check
authorMartin Hardselius <martin@hardselius.dev>
Thu, 15 Dec 2022 08:20:34 +0000 (09:20 +0100)
committerMartin Hardselius <martin@hardselius.dev>
Thu, 15 Dec 2022 08:20:34 +0000 (09:20 +0100)
commit65c4a195530f39ba3ff438662d888d82993bb89e
treea83678c51e20c4707457353949b8f4e754e1db55
parenta5f09f10c38e3ab13db1eda5ebe723d5262d1e5c
Remove early bailout check

This kind of bailout does not work with vim9 without `vim9script
noclear`. See `:h vim9-reload`.

Fixes: #122
plugin/lsp.vim