summaryrefslogtreecommitdiff
path: root/mg_vtable.h
diff options
context:
space:
mode:
authorLukas Mai <lukasmai.403@gmail.com>2023-03-23 17:07:03 +0100
committerYves Orton <demerphq@gmail.com>2023-03-24 06:10:05 +0800
commitb7eedb08953678c5b222f3776892756053dc00aa (patch)
treebfca1d0b568f3d0052c5f1c6b27c923881c638d3 /mg_vtable.h
parent3ae398fba4a16b2da69f72f21ace25d2bf0370e6 (diff)
downloadperl-b7eedb08953678c5b222f3776892756053dc00aa.tar.gz
fix incorrect vi filetype declarations in generated files
Vim's filetype declarations are case sensitive. The correct types for Perl, C, and Pod are perl, c, and pod, respectively.
Diffstat (limited to 'mg_vtable.h')
-rw-r--r--mg_vtable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mg_vtable.h b/mg_vtable.h
index a0273831bf..80f265f8c2 100644
--- a/mg_vtable.h
+++ b/mg_vtable.h
@@ -256,4 +256,4 @@ EXT_MGVTBL PL_magic_vtables[magic_vtable_max];
#define PL_vtbl_uvar PL_magic_vtables[want_vtbl_uvar]
#define PL_vtbl_vec PL_magic_vtables[want_vtbl_vec]
-/* ex: set ro ft=C: */
+/* ex: set ro ft=c: */