vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 1e86f7c678ef821dff5fceaa0863f5404bc8b3ea parent 780f47c2d1be5a21692dd3ee944a083d37bae6d8 Author: Silvan Jegen <s.jegen@gmail.com> Date: Sun, 22 May 2016 15:20:58 +0200 Remove unneeded header import Diffstat:
| M | vis.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/vis.c b/vis.c @@ -1,4 +1,3 @@ -#include <locale.h> #include <stdlib.h> #include <unistd.h> #include <string.h>