From e51fc7d5c759d5948b0050bedc4278dbe12ce2c5 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 18 Jul 2018 11:19:32 +1200 Subject: Clarify perl.vim ftdetect comment a bit --- vim/ftdetect/perl.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vim/ftdetect') diff --git a/vim/ftdetect/perl.vim b/vim/ftdetect/perl.vim index 21a782c6..95830b0b 100644 --- a/vim/ftdetect/perl.vim +++ b/vim/ftdetect/perl.vim @@ -1,5 +1,5 @@ " If it's a new file in a bin, libexec, or scripts subdir that has a -" Makefile.PL, it's almost definitely Perl. +" Makefile.PL sibling, and I'm editing it, it's almost definitely Perl. autocmd filetypedetect BufNewFile \ */bin/* \,*/libexec/* -- cgit v1.2.3