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. --- l1_char_class_tab.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'l1_char_class_tab.h') diff --git a/l1_char_class_tab.h b/l1_char_class_tab.h index d9885e4d68..01d7763917 100644 --- a/l1_char_class_tab.h +++ b/l1_char_class_tab.h @@ -793,4 +793,4 @@ #endif /* EBCDIC 037 */ -/* ex: set ro ft=C: */ +/* ex: set ro ft=c: */ -- cgit v1.2.1