From 63f3558365b1dd4ee0a3af95d78a5caee6fab8d9 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Tue, 23 Jun 2026 22:00:09 -0700 Subject: update vi to include heiloom fixes --- editors/vi/setup.sh | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'editors/vi/setup.sh') diff --git a/editors/vi/setup.sh b/editors/vi/setup.sh index 2752651..40b18e3 100755 --- a/editors/vi/setup.sh +++ b/editors/vi/setup.sh @@ -4,7 +4,13 @@ set -e export PREFIX=${HOME}/.local +if which tcc +then cd vi -make -make install - +./configure +CC=tcc make +CC=tcc make install +else +echo 'no tcc, compile manually' +exit 1 +fi -- cgit v1.2.3