vim: variants conflict with each other
authorKarel Kočí <cynerd@email.cz>
Mon, 22 Aug 2022 12:31:21 +0000 (14:31 +0200)
committerRosen Penev <rosenp@gmail.com>
Wed, 24 Aug 2022 04:17:08 +0000 (21:17 -0700)
commit46c058468aeaf7747c2e94e579020aa7f595c649
tree9fa214fc27af0d0791ecbac7df20b4749fc95afd
parent42b36b7180a1859502d72a42dcd6e9ef80519c55
vim: variants conflict with each other

This adds conflicts between the variants,
because they provide the same files, and it should not be
possible to install them side by side. Otherwise, it might happen that
half files would be from one variant and the other half from the
other.

Also, adds provides as if you request to install ``vim`` and
``vim-full``, then the request could be satisfied even they collide,
because ``vim-full`` provides ``vim`` package.

Signed-off-by: Karel Kočí <cynerd@email.cz>
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
[add commit message]
utils/vim/Makefile