From 2baadd9ba00a84b3daa5c7028e7129223fbd5b1d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 11 Sep 2020 01:38:44 -0700 Subject: Tightening up the makefile flags and vim modelines --- compiler.h | 1 + 1 file changed, 1 insertion(+) (limited to 'compiler.h') diff --git a/compiler.h b/compiler.h index 916d8fe..855b05d 100644 --- a/compiler.h +++ b/compiler.h @@ -14,3 +14,4 @@ vm_op_t *bpeg_replacement(vm_op_t *pat, const char *replacement); vm_op_t *bpeg_pattern(const char *str); #endif +// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1 -- cgit v1.2.3