vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 22f2a22e1aa3cb16c3400274a3b04f927b6e9ae5 parent 666375b4eb8bc1871ba51fdb1e868152e479c36a Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 10 Apr 2015 20:08:30 +0200 Travis CI: disable clang build for now Diffstat:
| M | .travis.yml | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,7 +1,6 @@ language: c compiler: - gcc - - clang env: - DEBUG= - DEBUG=debug