vis

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

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

commit 84f5686b11280988db9df996bdee39f5cd832866
parent bf0a2a4db1d5a475d7ffff3eb99f4d038abccc85
Author: Christian Hesse <mail@eworm.de>
Date:   Fri,  6 May 2016 10:02:20 +0200

ignore README.html in subdirs

Diffstat:
M.gitignore | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore @@ -1,6 +1,6 @@ /config.h /config.mk -/README.html +README.html *.swo *.swp *.o