vis

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

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

commit d7dc0500e02d86cfd978ee7bb91c20152d630d3c
parent 0209af166723c64df0ee6192b12001da8d25e0bc
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Thu, 23 Apr 2015 20:55:00 +0200

Update header include guard to match file name

Diffstat:
Mview.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/view.h b/view.h @@ -1,5 +1,5 @@ -#ifndef WINDOW_H -#define WINDOW_H +#ifndef VIEW_H +#define VIEW_H #include <stddef.h> #include <stdbool.h>