vis

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

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

commit ae3c2432e4e280b30e946b2124ce2bfb62ad8892
parent 455fbb12129ff6316a18814ae3b2386e18bfe9c2
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Tue,  9 Feb 2021 14:03:15 +0100

gitignore: remove vim specific swap files

These were from the time before vis was self-hosting.

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

diff --git a/.gitignore b/.gitignore @@ -12,5 +12,3 @@ *.gcov *.html *.o -*.swo -*.swp