vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit cfd9a4468ecba3bfa9a80bfb6512dbef2702bc51 parent d5bdad63e8e9588b5b6dfb5cda3aaf8b010e764a Author: Marc André Tanner <mat@brain-dump.org> Date: Wed, 6 Apr 2016 00:04:05 +0200 sam: include limits.h for PATH_MAX Close #220 Diffstat:
| M | sam.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sam.c b/sam.c @@ -11,6 +11,7 @@ #include <ctype.h> #include <errno.h> #include <unistd.h> +#include <limits.h> #include "sam.h" #include "vis-core.h" #include "buffer.h"