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. --- perly.tab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perly.tab') diff --git a/perly.tab b/perly.tab index b0be16dc35..1ca9c7dc8c 100644 --- a/perly.tab +++ b/perly.tab @@ -1330,4 +1330,4 @@ static const toketypes yy_type_tab[] = /* Generated from: * 0a5fcd15cf0b7afb57ade6ceaf68037a38dd194acd9d60d3e4ad99c15233af75 perly.y * acf1cbfd2545faeaaa58b1cf0cf9d7f98b5be0752eb7a54528ef904a9e2e1ca7 regen_perly.pl - * ex: set ro ft=C: */ + * ex: set ro ft=c: */ -- cgit v1.2.1