vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 0bd53e2f1b1d84397bd39f14e9749a32c753387c parent 438f7db81146ef354691b9e93399d17e3ef8162d Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 19 Nov 2016 08:37:16 +0100 build: disable codecov comments in pull requests Avoid the additional spam for now. Diffstat:
| M | .codecov.yml | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/.codecov.yml b/.codecov.yml @@ -1,3 +1,5 @@ ignore: - "dependency" - "test" + +comment: off