vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4fe501a52ade8f15203a6294d9d65ab541ecad5b parent 198010135e69551a6f24cb72f2a38504ff3b19c4 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 10 Apr 2015 21:54:23 +0200 Fix crit-bit tree URL reference Diffstat:
| M | map.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/map.c b/map.c @@ -5,7 +5,7 @@ * and D. J. Bernstein. * * Further information about the data structure can be found at: - * http://cr.yp.to/critbit.htm + * http://cr.yp.to/critbit.html * http://github.com/agl/critbit * http://ccodearchive.net/info/strmap.html */