vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 0eba09409df2af1df39a5550c8c821f867f899cc parent 9f7bc80bf1d723ab37a285317791c0ee5b10f453 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 6 Oct 2015 09:58:27 +0200 travis: remove harmful line continuation symbols Diffstat:
| M | .travis.yml | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -5,7 +5,7 @@ env: - DEBUG= - DEBUG=debug install: - - export LIBTERMKEY=libtermkey-0.17 && \ - curl http://www.leonerd.org.uk/code/libtermkey/$LIBTERMKEY.tar.gz | tar xzf - && \ + - export LIBTERMKEY=libtermkey-0.17 && + curl http://www.leonerd.org.uk/code/libtermkey/$LIBTERMKEY.tar.gz | tar xzf - && make -C $LIBTERMKEY && make -C $LIBTERMKEY PREFIX=$(pwd)/build install script: CFLAGS=-I./build/include LDFLAGS=-L./build/lib make $DEBUG