# New Ticket Created by Bruce Gray
# Please include the string: [perl #19465]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt2/Ticket/Display.html?id=19465 >
The file 'method_util.h' is missing the standard comment
block that sets the behavior for the Vim editor. This patch
adds the comment.
--
Hope this helps,
Bruce Gray
-- attachment 1 ------------------------------------------------------
url: http://rt.perl.org/rt2/attach/46294/36282/603db4/method_util_vi_fix.patch
Index: include/parrot/method_util.h
===================================================================
RCS file: /cvs/public/parrot/include/parrot/method_util.h,v
retrieving revision 1.4
diff -u -r1.4 method_util.h
--- include/parrot/method_util.h 21 Nov 2002 01:47:47 -0000 1.4
+++ include/parrot/method_util.h 27 Dec 2002 00:07:38 -0000
@@ -44,3 +44,13 @@
Stack_Chunk_t * cur_stack, PMC * end_of_used_list);
#endif /* PARROT_METHOD_UTIL_H_GUARD */
+
+/*
+ * Local variables:
+ * c-indentation-style: bsd
+ * c-basic-offset: 4
+ * indent-tabs-mode: nil
+ * End:
+ *
+ * vim: expandtab shiftwidth=4:
+ */