Wrap vi when using makeCustomizable

This commit is contained in:
Thane Gill 2022-04-17 13:57:54 -07:00 committed by Matthieu Coudron
parent ee61638527
commit 48254fc091

View File

@ -454,8 +454,8 @@ rec {
mkdir -p "$out/bin"
for exe in ${
if standalone then "{,g,r,rg,e}vim {,g}vimdiff"
else "{,g,r,rg,e}{vim,view} {,g}vimdiff ex"
if standalone then "{,g,r,rg,e}vim {,g}vimdiff vi"
else "{,g,r,rg,e}{vim,view} {,g}vimdiff ex vi"
}; do
if [[ -e ${vim}/bin/$exe ]]; then
dest="$out/bin/${executableName}"