vim: fix depends configuration
authorTeleostNaCl Dai <redacted>
Wed, 24 Dec 2025 14:59:36 +0000 (22:59 +0800)
committerGeorge Sapkin <redacted>
Thu, 25 Dec 2025 10:52:56 +0000 (12:52 +0200)
commit639fdb4008867031a10ae671cacc29132809a10b
tree86404b5c7c1f409545d8a95b1743d1b07f6f4cee
parent8e535fd9140525b3acc913112eef34ce43efddb4
vim: fix depends configuration

Due to the incorrect DEPENDS configuration, the vim-full and vim-fuller
packages won't show up in menuconfig if the vim-runtime package is not
selected. This happens because these packages depend on vim-runtime.

To fix this, add the '+' symbol to the DEPENDS line. This ensures that
when either vim-full or vim-fuller is selected, the vim-runtime package
(which is a dependency) will also be selected automatically.

Fixes: d1351b3 ("vim: fix config and runtime")
Signed-off-by: TeleostNaCl Dai <redacted>
utils/vim/Makefile
git clone https://git.99rst.org/PROJECT