autoload/lsp/buffer.vim | 1 - diff --git a/autoload/lsp/buffer.vim b/autoload/lsp/buffer.vim index c717e0d8b77aa2aaa16ddad4037869cadde8b45a..8661de397567069f1591efd650c56e1631283220 100644 --- a/autoload/lsp/buffer.vim +++ b/autoload/lsp/buffer.vim @@ -66,7 +66,6 @@ if !SupportedCheckFns->has_key(feature) # If this happns it is a programming error, and should be fixed in the source code :throw $'Error: ''{feature}'' is not a valid feature' - return {} endif var SupportedCheckFn = SupportedCheckFns[feature]