From eadd5ac512aa9b9ac9d045cf402242c79ee4cb0b Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:44:49 -0400 Subject: Remove vim modelines --- src/ast.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ast.h') diff --git a/src/ast.h b/src/ast.h index 814dfbd9..96040413 100644 --- a/src/ast.h +++ b/src/ast.h @@ -483,5 +483,3 @@ CONSTFUNC const char *binop_method_name(ast_e tag); CONSTFUNC const char *binop_operator(ast_e tag); CONSTFUNC ast_e binop_tag(ast_e tag); CONSTFUNC bool is_binary_operation(ast_t *ast); - -// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3