From b7eedb08953678c5b222f3776892756053dc00aa Mon Sep 17 00:00:00 2001 From: Lukas Mai Date: Thu, 23 Mar 2023 17:07:03 +0100 Subject: 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. --- feature.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'feature.h') diff --git a/feature.h b/feature.h index 63ab7a2c8f..c862864a06 100644 --- a/feature.h +++ b/feature.h @@ -451,4 +451,4 @@ S_magic_sethint_feature(pTHX_ SV *keysv, const char *keypv, STRLEN keylen, #endif /* PERL_FEATURE_H_ */ -/* ex: set ro ft=C: */ +/* ex: set ro ft=c: */ -- cgit v1.2.1