From 7d87749a623ef4f1274903f91ebaf90dcd1cc9b5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 13 Jan 2021 22:47:54 -0500 Subject: Remove hi Replaced with hilex, which is far less of a hack. hilex still lacks a shell lexer, but hi's was never very good anyway. --- bin/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index e7fe8f8b..69eadc0a 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -25,7 +25,6 @@ BINS += bit BINS += c BINS += dtch BINS += glitch -BINS += hi BINS += hilex BINS += hnel BINS += htagml @@ -80,10 +79,6 @@ meta: .gitignore tags cp -f $< $@ chmod a+x $@ -hi: hi.c - ${CC} ${CFLAGS} ${LDFLAGS} hi.c ${LDLIBS.$@} -o $@ - ./hi -c - OBJS.hilex += c11.o OBJS.hilex += hilex.o OBJS.hilex += make.o -- cgit 1.4.1 '/> dontfiles
summary refs log tree commit diff
path: root/bundle/vim-pathogen (unfollow)
Commit message (Expand)Author
2013-04-23Switch to base16-default colorschemeJune McEnroe
2013-03-26Replace nerdcommenter with vim-commentaryJune McEnroe
2013-03-24Add paredit.vimJune McEnroe
2013-03-14Update base16-vimJune McEnroe
2013-03-12Hide mode from below statuslineJune McEnroe
2013-03-12Switch to powerlineJune McEnroe
2013-03-12Remove vim-powerlineJune McEnroe
2013-02-03Update base16 and refheapJune McEnroe
2013-02-03Ignore plugin/private.vimJune McEnroe
2012-09-29Disable GUI dialogsJune McEnroe