mirror of
https://github.com/neovim/neovim.git
synced 2026-03-10 01:54:05 +10: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.