mirror of
https://github.com/neovim/neovim.git
synced 2026-01-08 14:23:17 +00:00
Problem: Currently `update()` and `del()` silently ignore input plugin names that are not for already installed plugin. This might lead to confusion because they are not explicitly reported. Solution: Check that all input names are for installed plugins and error otherwise.