aboutsummaryrefslogtreecommitdiff
path: root/vim/ftdetect
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2018-07-18 11:19:32 +1200
committerTom Ryder <tom@sanctum.geek.nz>2018-07-18 11:19:32 +1200
commite51fc7d5c759d5948b0050bedc4278dbe12ce2c5 (patch)
tree1c070a9982f486d56d3676e79b466698cc324882 /vim/ftdetect
parentRemove silent! prefix from Debian 'rtp' revert (diff)
downloaddotfiles-e51fc7d5c759d5948b0050bedc4278dbe12ce2c5.tar.gz
dotfiles-e51fc7d5c759d5948b0050bedc4278dbe12ce2c5.zip
Clarify perl.vim ftdetect comment a bit
Diffstat (limited to 'vim/ftdetect')
-rw-r--r--vim/ftdetect/perl.vim2
1 files changed, 1 insertions, 1 deletions
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/*