vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit a4f927716f69cc56d20b7960d345dc9d91cebbf5
parent b8b85a7208bf68b6ce558329daea31672b9733db
Author: Josh Wainwright <josh.wainwright@ldra.com>
Date:   Thu, 21 Apr 2016 09:03:43 +0100

Add .gitignore

Diffstat:
A.gitignore | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,3 @@ +*.out +*.err +*.status